function RotationBannerforTop() {
	var url = new Array();
	var img = new Array();

	url[0] = "/points/01builderchoice/builderchoice01.html";
	img[0] = "/ad/instchoice300x250.gif";

	url[1] = "http://club.taiyoseikatsu.com/";
	img[1] = "/ad/tsclub03-300x250.gif";

	url[2] = "/help/004mailm/001mailm.html";
	img[2] = "/ad/tscmail300x250.gif";

	url[3] = "/subsidy/";
	img[3] = "/ad/ssdysearch300x250.gif";

	url[4] = "/special/veteraniv/askveteran01.html";
	img[4] = "/ad/veteranint300x250.png";

	url[5] = "/words/";
	img[5] = "/ad/keywords300x250.gif";

	url[6] = "/specifications/pvmodules/pvmodules.html";
	img[6] = "/ad/modulespeccomp300x250.gif";

	url[7] = "/special/mcswprod/sp-mcswprod.html";
	img[7] = "/ad/mcswprod-300x250.gif";

	url[8] = "/faq/";
	img[8] = "/ad/faq02-300x250.gif";

	url[9] = "/special/insttrouble/insttrouble01.html";
	img[9] = "/ad/insttrouble300x250.gif";

	url[10] = "/special/instpv/instpv01.html";
	img[10] = "/ad/pvinst300x250.png";

	var i = Math.floor(Math.random() * url.length);

	document.write('<a href="' 
					+ url[i] 
					+ '" onclick="javascript: pageTracker._trackPageview(\'/_banner300/ATmain/TOsubsidy_top/\');"><img src="'
					+ img[i]
					+ '" width="300" height="250"/></a>');
}

function RotationBannerforArticles() {
	var url = new Array();
	var img = new Array();

	url[0] = "/teachme/index.html";
	img[0] = "/ad/teachme300x250.gif";

	url[1] = "/points/01builderchoice/builderchoice01.html";
	img[1] = "/ad/instchoice300x250.gif";

	url[2] = "/special/veteraniv/askveteran01.html";
	img[2] = "/ad/veteranint300x250.png";

	url[3] = "http://club.taiyoseikatsu.com/";
	img[3] = "/ad/tsclub03-300x250.gif";

	url[4] = "/help/004mailm/001mailm.html";
	img[4] = "/ad/tscmail300x250.gif";

	url[5] = "/subsidy/";
	img[5] = "/ad/ssdysearch300x250.gif";

	url[6] = "/faq/";
	img[6] = "/ad/faq02-300x250.gif";

	url[7] = "/words/";
	img[7] = "/ad/keywords300x250.gif";

	url[8] = "/specifications/pvmodules/pvmodules.html";
	img[8] = "/ad/modulespeccomp300x250.gif";

	url[9] = "/news/201001/tn201001-03.html";
	img[9] = "/ad/tsnews003-300x250.gif";

	url[10] = "/special/mcswprod/sp-mcswprod.html";
	img[10] = "/ad/mcswprod-300x250.gif";

	url[11] = "/special/insttrouble/insttrouble01.html";
	img[11] = "/ad/insttrouble300x250.gif";

	url[12] = "/special/instpv/instpv01.html";
	img[12] = "/ad/pvinst300x250.png";

	var i = Math.floor(Math.random() * url.length);

	document.write('<a href="' 
					+ url[i] 
					+ '" onclick="javascript: pageTracker._trackPageview(\'/_banner300/ATmain/TOsubsidy_top/\');"><img src="'
					+ img[i]
					+ '" width="300" height="250"/></a>');
}

function RotationBannerforSubsidySearch() {
	var url = new Array();
	var img = new Array();

	url[0] = "/teachme/index.html";
	img[0] = "/ad/teachme300x250.gif";

	url[1] = "/points/01builderchoice/builderchoice01.html";
	img[1] = "/ad/instchoice300x250.gif";

	url[2] = "/special/veteraniv/askveteran01.html";
	img[2] = "/ad/veteranint300x250.png";

	url[3] = "http://club.taiyoseikatsu.com/";
	img[3] = "/ad/tsclub03-300x250.gif";

	url[4] = "/help/004mailm/001mailm.html";
	img[4] = "/ad/tscmail300x250.gif";

	url[5] = "/faq/";
	img[5] = "/ad/faq02-300x250.gif";

	url[6] = "/words/";
	img[6] = "/ad/keywords300x250.gif";

	url[7] = "/specifications/pvmodules/pvmodules.html";
	img[7] = "/ad/modulespeccomp300x250.gif";

	url[8] = "/news/201001/tn201001-03.html";
	img[8] = "/ad/tsnews003-300x250.gif";

	url[9] = "/special/mcswprod/sp-mcswprod.html";
	img[9] = "/ad/mcswprod-300x250.gif";

	url[10] = "/special/insttrouble/insttrouble01.html";
	img[10] = "/ad/insttrouble300x250.gif";

	url[11] = "/special/instpv/instpv01.html";
	img[11] = "/ad/pvinst300x250.png";

	var i = Math.floor(Math.random() * url.length);

	document.write('<a href="' 
					+ url[i] 
					+ '" onclick="javascript: pageTracker._trackPageview(\'/_banner300/ATsubsidy/TOtop/\');"><img src="'
					+ img[i]
					+ '" width="300" height="250"/></a>');
}

