

/*_______________________________________________________



	Randam HTML JavaScpipt [共通ライブラリ]
	written by Toyohiro Sugita
	ST Creative Inc.
	sugitoyo@st-creative.jp
	Last updated on 2007.07.27

	 

________________________________________________________*/



var htmlMax  = 9; //セットする画像の枚数

var htmlRand = Math.floor(Math.random() * htmlMax);


if(htmlRand == 0)       document.write('<iframe src="/ad/01.html" marginwidth="0" marginheight="0" width="550" height="60" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');

else if(htmlRand == 1)  document.write('<iframe src="/ad/02.html" marginwidth="0" marginheight="0" width="550" height="60" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');

else if(htmlRand == 2)  document.write('<iframe src="/ad/03.html" marginwidth="0" marginheight="0" width="550" height="60" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');

else if(htmlRand == 3)  document.write('<iframe src="/ad/04.html" marginwidth="0" marginheight="0" width="550" height="60" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');

else if(htmlRand == 4)  document.write('<iframe src="/ad/05.html" marginwidth="0" marginheight="0" width="550" height="60" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');

else if(htmlRand == 5)  document.write('<iframe src="/ad/06.html" marginwidth="0" marginheight="0" width="550" height="60" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');

else if(htmlRand == 6)  document.write('<iframe src="/ad/07.html" marginwidth="0" marginheight="0" width="550" height="60" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');

else if(htmlRand == 7)  document.write('<iframe src="/ad/08.html" marginwidth="0" marginheight="0" width="550" height="60" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');

else if(htmlRand == 8)  document.write('<iframe src="/ad/09.html" marginwidth="0" marginheight="0" width="550" height="60" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');



