var PIC_PATH = new Array(	"img/button/enders.gif",	"img/button/hitchhikerjpg",	"img/button/hobbit.jpg",	"img/button/madonna.jpg",	"img/button/sneakers.jpg",	"img/button/ghostrecon.jpg",	"img/button/medalofhonor.jpg",	"img/button/thingsmustpass.jpg",	"img/button/xmen.jpg")var LINK = new Array(	"http://www.amazon.com/exec/obidos/ASIN/0812550706/deepfriedsoft-20",	"http://www.amazon.com/exec/obidos/ASIN/0517149257/deepfriedsoft-20",	"http://www.amazon.com/exec/obidos/ASIN/0345340426/deepfriedsoft-20",	"http://www.amazon.com/exec/obidos/ASIN/B00005Q66T/deepfriedsoft-20",	"http://www.amazon.com/exec/obidos/ASIN/0783226004/deepfriedsoft-20",	"http://www.amazon.com/exec/obidos/ASIN/B00005QB9N/deepfriedsoft-20",	"http://www.amazon.com/exec/obidos/ASIN/B00005N7YR/deepfriedsoft-20",	"http://www.amazon.com/exec/obidos/ASIN/B00005214X/deepfriedsoft-20",	"http://www.amazon.com/exec/obidos/ASIN/B00003CX8J/deepfriedsoft-20")function BuildHREF(link){	return "<a href=\"" + link + "\" onclick=\"window.open('" + link + "','','menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,location=yes');return false;\">";}function CreateButtonAdTable( textColor, basePath ){	if( PIC_PATH.length )	{		var loc = Math.floor(Math.random()*PIC_PATH.length);		if( loc == PIC_PATH.length )		{			loc--;		}		document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='100%'>");		document.writeln("<tr><td align='center'>" + BuildHREF(LINK[loc]) );		document.writeln("<img src='" + basePath + PIC_PATH[loc] + "' border='0'>");		document.writeln("</a></td></tr><tr><td align='center'><br>");		document.writeln("<font color='" + textColor + "' size='1'>");		document.writeln("Buy from " + BuildHREF("http://www.amazon.com/exec/obidos/redirect-home/deepfriedsoft-20") + "<font color='" + textColor + "'>Amazon.com</font></a> through our site and we receive a percentage of the proceeds.");		document.writeln("</font>");		document.writeln("<br><br></td></tr><tr><td align='center'>");		document.writeln( BuildHREF("http://www.amazon.com/exec/obidos/redirect-home/deepfriedsoft-20") );		document.writeln("<img src='" + basePath + "img/126X32-b-logo.gif' border='0'>");		document.writeln("</a></td></tr>");		document.writeln("</table>");	}}