//Get last time
var scrip = "script";
var forum_right=new Array()

forum_right[1]="http://swcom.info/ads/buonchuyen/home/buonchuyen_end_article_2.html"
forum_right[2]="http://swcom.info/ads/buonchuyen/home/buonchuyen_end_article_1.html"

var lt3=Math.floor(Math.random()*forum_right.length);
if (lt3 == "")
	lt3 = 1;

//random html
var forum_righta=new Array()
forum_righta[1]="<iframe width='620' ALLOWTRANSPARENCY='true' height='120' noresize scrolling=No frameborder=0 marginheight=0 marginwidth=0 src='"+forum_right[lt3]+"'></iframe>"
var nb3=Math.floor(Math.random()*forum_righta.length);
if (nb3 == "")
	nb3 = 1;
document.write(forum_righta[nb3]);
