function include(filename)
{
	var head = document.getElementsByTagName('head')[0];
	
	script = document.createElement('script');
	script.src = google.js;
	script.type = 'text/javascript';
	
	head.appendChild(script)
}

<!-- hide from older browser
document.write('<center><p align="center"><hr /><a target="_blank" href="http://www.edroman.com">'
+ '	<img src="http://www.celebrityrockstarguitars.com/images/DistByErg.gif" border="0" width="191" height="65"></a></p>'
+ '	<p align="center"><a href="http://www.edroman.com/">Click Above to Visit</a></p>'
+ '	<p align="center"><a href="http://www.edroman.com/guitars/wantedguitars.htm">Ed Roman will buy your Celebrity played or autographed guitar</a></p>'
+ '	<p align="center"><a href="http://www.edroman.com/guitars/IS_ABGuitars.htm" target="_blank">Shop all guitars</a>'+ '	 // <a href="http://www.edroman.com/featured/wbg.htm" target="_blank">Worlds Best Guitars</a> // <a href="http://www.edroman.com/guitars/celebrity.htm" target="_blank">Rock Star Guitars For Sale</a></a></p>'
+ '	<p align="center"><b>Ed Roman Guitars 2008</b></p>'
+ '	</center>');
//-->