
var v1,v2,v3,Item;

v1='<object width="310" height="199"><param name="movie" value="http://www.youtube.com/v/frDxJm7z-sg?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/frDxJm7z-sg?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="310" height="199"></embed></object>';
v2='<object width="310" height="199"><param name="movie" value="http://www.youtube.com/v/frDxJm7z-sg?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/frDxJm7z-sg?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="310" height="199"></embed></object>';
v3='<object width="310" height="199"><param name="movie" value="http://www.youtube.com/v/frDxJm7z-sg?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/frDxJm7z-sg?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="310" height="199"></embed></object>';

Item=[v1,v2,v3]; // based on number of videos
window.onload = function () 
{
    dispFunc = Math.floor(Math.random() * Item.length);
    var display = document.getElementById('display');
    if (display) {
        display.innerHTML = Item[dispFunc];
    }
}

