refreshAds=function(){
	var ord=Math.random()*10000000000000000;
	document.getElementById('googlead1').innerHTML="";
	document.getElementById('googlead1').innerHTML='<iframe src="http://ad.doubleclick.net/adi/sbme.legacy.tammywynette;genre=country;label=legacy;type=artp;tile=1;dcopt=ist;sz=300x250;ord='+ord+'?" width="300" height="250" frameborder="no" border="0" marginwidth="0" marginheight="0" SCROLLING="no" allowTransparency="true"></iframe>';
}