function init()
{
  //about JFS
  var aboutjfs="<p>Founded by Barbara Oravetz in 2001, Jakarta Free Spirit has evolved into a road running club with a focus social fitness running, competitive training, racing and hosts several races during the year. <a class=\"linkage\" href=\"about.html\">Read more &raquo;</a></p>";
  document.getElementById('aboutjfs').innerHTML=aboutjfs;
  
  //useful links
  var usefullinks="<p>If you need information for expatriate families living in Jakarta, visit <a href=\"http://familyguidetojakarta.web.id/index.html\" target=\"_blank\">Family Guide to Jakarta</a>.</p><p>Want to know <strong>What's New in Jakarta</strong>? Visit <a href=\"http://www.whatsnewjakarta.com/web3/index.php\" target=\"_blank\">this website</a> for the most complete events and listings website for expatriates in Jakarta!</p><p>Need complete international marathons calender? Check out <a class=\"linkage\" href=\"http://marathons.ahotu.com/\">this web site</a>.		</p><p>Seeking inspiration? Check these guys at <a href=\"http://www.teamhoyt.com/\" target=\"_blank\">Team Hoyt</a>.</p><p><a href=\"http://www.mcmillanrunning.com/\" target=\"_blank\">Training Pace Calculators</a> and some great tools.</p><p><a href=\"http://www.runningforfitness.org/\" target=\"_blank\">Running For Fitness</a>,t his one gives you age equivalents.</p><p><a href=\"http://www.mymarathonclub.com/\" target=\"_blank\">List of races</a> of Marathons & Ultra’s in Australia & New Zealand.</p><p>Australian running forms, heaps of interesting info & some entertainment. Check <a href=\"http://www.coolrunning.com.au/\" target=\"_blank\">this</a> out.</p>";
  document.getElementById('usefullinks').innerHTML=usefullinks;
  
  //kopirait
  var kopirait="<p>&copy; The Jakarta Free Spirit Running Club 2002-2011</p>";
  document.getElementById('kopirait').innerHTML=kopirait;  

  //sponsor banner
  var sponsbanner="<img src=\"dll/spjfs.gif\" width=\"950\" height=\"90\" border=\"0\" usemap=\"#spjfs_map\" /><map name=\"spjfs_map\"><area shape=\"rect\" coords=\"50,1,184,50\" href=\"http://www.mizone.co.id/\" alt=\"Mizone Be 100%\" target=\"_blank\" /><area shape=\"rect\" coords=\"269,1,331,50\" href=\"http://www.aqua.com/\" alt=\"Aqua Danone\" target=\"_blank\" /><area shape=\"rect\" coords=\"427,1,519,50\" href=\"http://www.puma.com/\" alt=\"Puma\" target=\"_blank\" /><area shape=\"rect\" coords=\"592,1,683,50\" href=\"http://www.global-assistance.net/\" alt=\"Global Assistance & Healthcare\" target=\"_blank\" /><area shape=\"rect\" coords=\"752,1,899,50\" href=\"http://www.crownworldwide.com/\" alt=\"Crown Relocations Worldwide\" target=\"_blank\" /></map>";
  document.getElementById('sponsbanner').innerHTML=sponsbanner;  
}


