// JavaScript Document

//ad space 3

var randNum = Math.random()*7;
var randInt = Math.ceil(randNum);

switch(randInt)
{
	case 1:
		document.write("<iframe src='ads/affiliateAds.html' scrolling='no' width='300' height='700' frameborder='0'></iframe>");
		break;
	case 2:
		document.write("<iframe src='ads/affiliateAds2.html' scrolling='no' width='300' height='700' frameborder='0'></iframe>");
		break;
	case 3:
		document.write("<iframe src='ads/affiliateAds3.html' scrolling='no' width='300' height='700' frameborder='0'></iframe>");
		break;
	case 4:
		document.write("<iframe src='ads/affiliateAds4.html' scrolling='no' width='300' height='700' frameborder='0'></iframe>");
		break;
	case 5:
		document.write("<iframe src='ads/affiliateAds5.html' scrolling='no' width='300' height='700' frameborder='0'></iframe>");
		break;
	case 6:
		document.write("<iframe src='ads/affiliateAds6.html' scrolling='no' width='300' height='700' frameborder='0'></iframe>");
		break;
	case 7:
		document.write("<iframe src='ads/affiliateAds7.html' scrolling='no' width='300' height='700' frameborder='0'></iframe>");
		break;	
	default:
		document.write("<iframe src='ads/affiliateAds.html' scrolling='no' width='300' height='700' frameborder='0'></iframe>");
}