// JavaScript Document
function changeFooterCont() {
	
	if (window.XMLHttpRequest) {     
      req = new XMLHttpRequest();     
}     
else if (window.ActiveXObject) {     

      req = new ActiveXObject("Microsoft.XMLHTTP");     
}     

req.open('GET', "links-side.txt");

req.onreadystatechange = function() {     
        if (req.readyState == 4) {     
	  if (document.getElementById("sideFooterLinks"))
{
	document.getElementById("sideFooterLinks").innerHTML = req.responseText;
}
	  
} }
req.send("");
}


	
/*
if (document.getElementById("footerLinks"))
{
	document.getElementById("footerLinks").innerHTML = '<span style="color:#fff;"><a href="http://www.webmarketingexperts.com.au/" target="_blank">SEO </a><a href="http://www.webmarketingexperts.com.au/web-design.php" target="_blank" >Web Design </a><a href="http://www.webmarketingexperts.com.au/" target="_blank" >Internet Marketing </a><a href="http://www.moneytime.com.au" target="_blank">Health Insurance</a>, <a href="http://www.vitalenatural.com.au" target="_blank"><br />         Skin Care Product</a>, <a href="http://www.stemorganics.com.au" target="_blank">Natural &amp; Organic Skincare</a>, <a href="http://www.carmenshairdesign.com.au" target="_blank">Hairdressing Supplies</a><a href="http://www.salonhair.com.au" target="_blank">Hair Extensions</a>, <a href="http://www.harmonyharvest.com" target="_blank">Organic Body &amp; Face Care</a>, <br />   	    <a href="http://www.myhaircare.com.au/brand_Redken.html" target="_blank">Redken</a> <a href="http://www.cliphairextensions.com.au" target="_blank">Clip On Hair Extensions</a> <a href="http://www.xenex-media.com/" title="Web Design Gold Coast"  target="_blank"> Web Design Gold Coast</a> <a href="http://www.platinumlifestyle.com.au/business_opportunity.html" title="Home Based Business Opportunity"  target="_blank">Home Based Business Opportunity</a> <a href="http://www.saversblinds.com.au" title="Holland Blinds"  target="_blank">Holland Blinds</a><br /> <a href="http://www.focusplus.net.au/" title="Mystery Shopping"  target="_blank">Mystery Shopping</a> <a href="http://www.inkworks.com.au/" title="Cheap Printer Ink"  target="_blank">Cheap Printer Ink</a> <a href="http://www.japannavi.com.au/" title="Japan Travel"  target="_blank">Japan Travel</a> <a href="http://www.enigmaweb.com.au/" title="Website Design Perth"  target="_blank">Website Design Perth</a>   <a href="http://www.clothingshowroom.com/" title="Wholesale Clothing"  target="_blank">Wholesale Clothing</a> <a href="http://www.quickcarinsurance.com.au/" title="Car insurance"  target="_blank">Car insurance</a> <br />	  <a href="http://www.internet-marketing-australia.com" title="Internet Marketing"  target="_blank">Internet Marketing</a>	    <a href="http://www.corporateessentials.com.au" title="Promotional Products"  target="_blank">Promotional Products</a>	    <a href="http://www.skinb5.com" title="Acne Treatment"  target="_blank">Acne Treatment</a> <a href="http://www.internethomeloans.com.au" title="Home Loans Australia" target="_blank">Home Loans Australia</a> <a href="http://www.cheapcarinsurancequotetips.com" title="Cheap Car Insurance"  target="_blank">Cheap Car Insurance</a> , <a href="http://www.lifeinsurancegroup.com.au"  target="_blank">Life Insurance</a><br /><a target="_blank" href="http://www.internethomeloans.com.au/">Home Loans Australia</a>, <a target="_blank" href="http://www.enigmaweb.com.au">Website Design Perth</a>, <a target="_blank" href="http://www.platinumlifestyle.com.au/business_opportunity.html">Home Based Business Opportunity</a>, <a target="_blank" href="http://www.camarohire.com.au">Classic Car Hire Melbourne</a><br> <a target="_blank" href="http://www.ppartners.com.au">Mortgage Brokers Melbourne</a>, <a target="_blank" href="http://www.ebaprinting.com/Texas/Dallas/Dallas">Dallas Printing</a>, <a target="_blank" href="http://www.sofix.com.au">Brisbane Night Life</a>, <a target="_blank" href="http://www.xlife.com.au/life-insurance/life-insurance-companies/asteron-insurance">Asteron Life Insurance</a>, <a target="_blank" href="http://www.ratesonline.com.au/home-loans/">Home Loans Sydney</a><br /></span>';}}
*/