var how_many_ads = 22;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (location.href.indexOf("travel") != -1 || location.href.indexOf("photos") != -1 || location.href.indexOf("joke") != -1 || location.href.indexOf("vqlog") != -1 || location.href.indexOf("hiking") != -1)
{
	ad=6;
}
else
{
	if (location.href.indexOf("/map.php") != -1 || location.href.indexOf("vhfdx.info/index.html") != -1 || location.href == "http://www.vhfdx.info/" || location.href.indexOf("vhfdx.info/index.html") != -1 || location.href == "http://www.vhfdx.info/")
		ad=0;
	else
		if (ad >= 4 && ad <= 5)
			ad=6;
}
width="363";
height="77";
if (ad==1) {
url="/vqlog.html";
title="Special features for VHF DXr's and satellite operators";
banner="/images/ban3vqlog.gif";
}
if (ad==2) {
url="/vqlog.html";
title="It's time to move to modern logbook!";
banner="/images/ban1vqlog.gif";
width="468";
height="60";
}
if (ad==3) {
url="/vqlog.html";
title="Import your current logbook in seconds!";
banner="/images/ban2vqlog.gif";
width="468";
height="60";
}
if (ad==4)
{
url="/booksham.html";
title="Visit my Ham Radio bookstore";
banner="/banwenc.gif";
}

if (ad != 0)
{
document.write('<p align="center">');
if (ad==5)
{
 document.write('<iframe width=468 height=60 scrolling=\"no\" frameborder=0 src=\"http://rcm.amazon.com/e/cm?t=ea6vqswebsite&p=13&o=1&l=ez&f=ifr\">');
 document.write('<MAP NAME=\"boxmap-p13\"><AREA SHAPE=\"RECT\" COORDS=\"379, 50, 460, 57\" HREF=\"http://rcm.amazon.com/e/cm/privacy-policy.html?o=1\" ><AREA COORDS=\"0,0,10000,10000\" HREF=\"http://www.amazon.com/exec/obidos/redirect-home/ea6vqswebsite\" ></MAP><img src=\"http://rcm-images.amazon.com/images/G/01/rcm/468x60.gif\" width=\"468\" height=\"60\" border=\"0\" usemap=\"#boxmap-p13\" alt=\"Shop at Amazon.com\">');
 document.write('</iframe>');
}
else
	if (ad >= 6 && ad <= 20)
	{	// Adsense 
	document.write('<script type=\"text/javascript\">');
	document.write('google_ad_client = \"pub-8909420404547261\";');
	document.write('google_ad_width = 728;');
	document.write('google_ad_height = 90;');
	document.write('google_ad_format = \"728x90_as\";');
	document.write('google_ad_type = \"text_image\";');
	if (location.href.indexOf("/callbook") != -1)
	  document.write('google_ad_channel =\"8890283567\";');
	else
	  document.write('google_ad_channel =\"4304152412\";');
	document.write('google_color_border = \"FFFFFF\";');
	document.write('google_color_bg = \"FFFFFF\";');
	document.write('google_color_link = \"0000FF\";');
	document.write('google_color_url = \"008000\";');
	document.write('google_color_text = \"000000\";');
	document.write('</script>');
	document.write('<script type=\"text/javascript\"');
	document.write('src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">');
	document.write('</script>');
	}
	else
		if (ad == 21 || ad == 22)
		{	// Ticker
			if (ad == 21)
				document.write('<iframe name=\"dxsherlockeu\" src=\"http://www.vhfdx.info/spots/tickereu.html\"'); 
			else
				document.write('<iframe name=\"dxsherlockna\" src=\"http://www.vhfdx.info/spots/tickerna.html\"'); 
				
			document.write('marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" height=\"144\" align=\"middle\" width=\"804\">');
			document.write('Internet Explorer does not admit floating frames or it is not configured to show them.</iframe>');
		}
		else
		{
			document.write('<a href=\"' + url + '\" target=\"_blank\">');
			document.write('<img src=\"' + banner + '\" width=')
			document.write(width + ' height=' + height + ' ');
			document.write('title=\"' + title + '\" border=0><br></a>');
		}
document.write('</p>');
}
