// JavaScript Document
function loadfooter(){
var footer = "<p>Find us on Facebook <a href='http://www.facebook.com/pages/E-One/168424486405?ref=ts' target='_blank' onfocus='if(this.blur)this.blur()' ><img src='../images/facebook_logo.png' width='20' height='20' border='0' style='margin-bottom:-5px;'/></a>&nbsp;&nbsp;<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FE-One%2F168424486405%3Fref%3Dts&amp;layout=button_count&amp;show_faces=true&amp;width=90&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=20' scrolling='no' frameborder='0' style='margin-bottom:-5px; border:none; overflow:hidden; width:90px; height:20px;' allowTransparency='true' ></iframe>people like this&nbsp;&nbsp;|&nbsp;&nbsp;Follow us on Twitter <a href='http://twitter.com/eone_australia' target='_blank' onfocus='if(this.blur)this.blur()'><img src='../images/twitter-logo.png' width='20' height='20' border='0' style='margin-bottom:-5px;'/></a>&nbsp;&nbsp;|&nbsp;&nbsp;See us on youTube <a href='http://www.youtube.com/user/EoneIPL' target='_blank' onfocus='if(this.blur)this.blur()'><img src='../images/youtube-logo.png' width='50' height='20' border='0' style='margin-bottom:-5px;'/></a>&nbsp;&nbsp;|&nbsp;&nbsp;RSS News Feed <a href='http://e-one-hairremoval.blogspot.com/atom.xml' target='_blank' onfocus='if(this.blur)this.blur()'><img src='../images/rss-logo.png' width='20' height='19' border='0' style='margin-bottom:-5px;'/></a><br>France Cosmetic trading as E-One &copy; 2009 | <a href='france-cosmetic/termsandconditions.asp'>Website Terms and Conditions</a> | <a href='france-cosmetic/paymentterms.asp'>Payment Terms</a> | <a href='france-cosmetic/shipping.asp'>Shipping</a> | <a href='content/contact/'>Contact Us</a> | <a href='content/links/'>Recommended Links</a><br><a href='admin/'>Admin</a> | <a href='rep/'>Rep</a></p>";
//var footer = "<p>France Cosmetic trading as E&gt;One &copy; 2009 | <a href='javascript:;'>Terms and Conditions</a> | <a href='javascript:;'>Privacy Policy</a></p>";

document.getElementById("newfooter").innerHTML = footer;
}

