// JavaScript Document


/***********************************************
* Random Video Script- ©
* Author: Raymond Angana
* rangana in AHFB2000.com
* modified last May 2, 2008
* This notice MUST stay intact for legal use
***********************************************/
var v1,v2,v3,v4,v5,v6,v7,v8,v9,v10,v11,v12,rangVideo;
/********************************Edit this part for the videos*********************************/
v1='<object width="235" height="191"><param name="movie" value="http://www.mundowebcam.com/videodeldia/trailers/webcam-rubia-rosa-1.swf"><embed src="http://www.mundowebcam.com/videodeldia/trailers/webcam-rubia-rosa-1.swf" width="235" height="191"></embed></object>';

v2='<object width="235" height="191"><param name="movie" value="http://www.mundowebcam.com/videodeldia/trailers/webcam-rubia-rosa.swf"><embed src="http://www.mundowebcam.com/videodeldia/trailers/webcam-rubia-rosa.swf" width="235" height="191"></embed></object>';

v3='<object width="235" height="191"><param name="movie" value="http://www.mundowebcam.com/videodeldia/trailers/webcam-rubia-rosa-2.swf"><embed src="http://www.mundowebcam.com/videodeldia/trailers/webcam-rubia-rosa-2.swf" width="235" height="191"></embed></object>';

v4='<object width="235" height="191"><param name="movie"value="http://www.mundowebcam.com/videodeldia/trailers/webcam-tetona.swf"><embed src="http://www.mundowebcam.com/videodeldia/trailers/webcam-tetona.swf" width="235" height="191"></embed></object>';

v5='<object width="235" height="191"><param name="movie" value="http://www.mundowebcam.com/videodeldia/trailers/webcam-tetona-1.swf"><embed src="http://www.mundowebcam.com/videodeldia/trailers/webcam-tetona-1.swf" width="235" height="191"></embed></object>';

v6='<object width="235" height="191"><param name="movie" value="http://www.mundowebcam.com/videodeldia/trailers/webcam-tetona-2.swf"><embed src="http://www.mundowebcam.com/videodeldia/trailers/webcam-tetona-2.swf" width="235" height="191"></embed></object>';

v7='<object width="235" height="191"><param name="movie" value="http://www.mundowebcam.com/videodeldia/trailers/webcam-jovencita-morena0.swf"><embed src="http://www.mundowebcam.com/videodeldia/trailers/webcam-jovencita-morena0.swf.swf" width="235" height="191"></embed></object>';

v8='<object width="235" height="191"><param name="movie" value="http://www.mundowebcam.com/videodeldia/trailers/webcam-jovencita-morena1.swf"><embed src="http://www.mundowebcam.com/videodeldia/trailers/webcam-jovencita-morena1.swf" width="235" height="191"></embed></object>';

v9='<object width="235" height="191"><param name="movie" value="http://www.mundowebcam.com/videodeldia/trailers/webcam-jovencita-morena2.swf"><embed src="http://www.mundowebcam.com/videodeldia/trailers/webcam-jovencita-morena2.swf" width="235" height="191"></embed></object>';

v10='<object width="235" height="191"><param name="movie" value="http://www.mundowebcam.com/videodeldia/trailers/webcam-madura-guarra0.swf"><embed src="http://www.mundowebcam.com/videodeldia/trailers/webcam-madura-guarra0.swf" width="235" height="191"></embed></object>';

v11='<object width="235" height="191"><param name="movie" value="http://www.mundowebcam.com/videodeldia/trailers/webcam-madura-guarra2.swf"><embed src="http://www.mundowebcam.com/videodeldia/trailers/webcam-madura-guarra2.swf" width="235" height="191"></embed></object>';


v12='<object width="235" height="191"><param name="movie" value="http://www.mundowebcam.com/videodeldia/trailers/webcam-madura-guarra1.swf"><embed src="http://www.mundowebcam.com/videodeldia/trailers/webcam-madura-guarra1.swf" width="235" height="191"></embed></object>';






/********************************************************************************************/
rangVideo=[v1,v2,v3,v4,v5,v6,v7,v8,v9,v10,v11,v12]; // This depends on the number of videos you have.
window.onload=function() 
{
   rangProc=Math.floor(Math.random()*rangVideo.length);
   document.getElementById('display').innerHTML=rangVideo[rangProc];
 }

