var list = new Array; 
list[0] = "24672";
list[1] = "59142"; 
list[2] = "52659"; 
list[3] = "21991"; 
list[4] = "48346"; 
list[5] = "35194"; 
list[6] = "52224"; 
list[7] = "2145"; 
list[8] = "64658"; 
list[9] = "42886"; 
list[10] = "32993"; 
list[11] = "39038"; 
list[12] = "22055"; 
list[13] = "54818"; 
list[14] = "25563";
list[15] = "33650"; 
list[16] = "22034"; 
list[17] = "50139"; 
list[18] = "52641"; 
list[19] = "52268"; 
list[20] = "57943"; 
list[21] = "47824";
list[22] = "60663"; 
list[23] = "32181"; 
list[24] = "11665"; 
list[25] = "64151"; 
list[26] = "43866"; 
list[27] = "59567"; 
list[28] = "4640";
list[29] = "7966"; 
list[30] = "8029"; 
list[31] = "11899"; 
list[32] = "62442"; 
list[33] = "64043"; 
list[34] = "62346"; 
list[35] = "34686";
list[36] = "59540"; 
list[37] = "47679"; 
list[38] = "42758"; 
list[39] = "63228"; 
list[40] = "50273"; 
list[41] = "47248"; 
list[42] = "38208";
list[43] = "42720"; 
list[44] = "63329"; 
list[45] = "62472"; 
list[46] = "64618";
list[47] = "62480"; 
list[48] = "63644"; 
list[49] = "64342"; 
list[50] = "63327"; 
list[51] = "30720"; 
list[52] = "57260"; 
list[53] = "58140";
list[54] = "57270"; 
list[55] = "42822"; 
list[56] = "54635"; 
list[57] = "47543"; 
list[58] = "50978"; 
list[59] = "42997"; 


var choice = Math.floor(Math.random() * list.length); 
 document.write('<object width="350" height="300" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553530000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" >');
 document.write('<param name="quality" value="high" />');
 document.write('<param name="bgcolor" value="#000000" />');
 document.write('<param name="allowScriptAccess" value="always" />');
 document.write('<param name="movie" value="http://www.xvideos.com/sitevideos/flv_player_site_v4.swf" />');
 document.write('<param name="allowFullScreen" value="true" />');
 document.write('<param name="flashvars" value="id_video='+list[choice]+'" />');
 document.write('<embed src="http://www.xvideos.com/sitevideos/flv_player_site_v4.swf"');  
 document.write('allowscriptaccess="always" width="350" height="300" menu="false" quality="high" bgcolor="#000000" allowfullscreen="true" flashvars="id_video='+list[choice]+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');  
 document.write('</object>');