var font = "";

var ad = new Array();

ad[0] = ["B005J2LW6A","yPS3z12/01‹@“®íŽmƒKƒ“ƒ_ƒ€ EXTREME VS."];
ad[1] = ["B004K6L0DG","yPS3z12/15 ƒtƒ@ƒCƒiƒ‹ƒtƒ@ƒ“ƒ^ƒW[XIII-2"];
ad[2] = ["B00601M8BW","yPSPz01/12 ƒX[ƒp[ƒƒ{ƒbƒg‘åíOGƒT[ƒK –‚‘•‹@_I&II"];
ad[3] = ["B005OOY2TW","yPS3z12/08 The Elder Scrolls V : Skyrim"];
ad[4] = ["B005QUVVS4","yPS3z12/22 –³‘oOROCHI 2"];
ad[5] = ["B0061J1H38","yPSPz02/23 ƒeƒCƒ‹ƒY ƒIƒu ƒU ƒq[ƒ[ƒY ƒcƒCƒ“ƒuƒŒƒCƒ”"];
ad[6] = ["B005JA4N9U","yPS3z11/23 ƒƒ^ƒ‹ƒMƒA ƒ\ƒŠƒbƒh HD ƒGƒfƒBƒVƒ‡ƒ“"];
ad[7] = ["B005LML9ZC","y3DSz12/10 ƒ‚ƒ“ƒXƒ^[ƒnƒ“ƒ^[3G"];
ad[8] = ["B004K6L0FY","y3DSz12/08 NEWƒ‰ƒuƒvƒ‰ƒX"];
ad[9] = ["B005QJ6GZ8","yPS3z12/17 BLAZBLUE CONTINUUM SHIFT EXTEND"];
ad[10] = ["B005ZNJWXS","yPSVz01/26 ƒeƒCƒ‹ƒY ƒIƒu ƒCƒmƒZƒ“ƒX R"];
ad[11] = ["B005TESN24","y3DSz12/01 ƒ}ƒŠƒIƒJ[ƒg7"];
ad[12] = ["B005IEP968","yPS3z12/08 ƒhƒ‰ƒSƒ“ƒ{[ƒ‹ƒAƒ‹ƒeƒBƒƒbƒgƒuƒ‰ƒXƒg"];

//ad[6] = ["","yNDSz"];
//ad[7] = ["","yPSPz"];

var style = new Array();

style[0] = " style=background:ddeeff;color:5599ff;font-size:11pt><b>";
style[1] = " style=background:ffffde;color:orange;font-size:11pt><b>";
style[2] = " style=background:ffdede;color:red;font-size:11pt><b>";
style[3] = " style=background:ffdeff;color:ff00ff;font-size:11pt><b>";
style[4] = " style=background:deffde;color:green;font-size:11pt><b>";

function random(){
	var no = Math.floor(Math.random()*style.length);
	font = style[no];
}

function random2(){
	var no = Math.floor(Math.random()*ad.length);
	html = "";
	html += "<a href=http://www.amazon.co.jp/exec/obidos/ASIN/";
	html += ad[no][0];
	html += "/gamedaihouko-22/ref=nosim";
	html += font;
	html += ad[no][1];
	html += "—\–ñŽó•t’†I</b></a>";
}

random();
random2();
document.writeln(html);

