function sportssix()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<p><iframe name="I1" src="http://www.valleynewslive-ondemand.com/video/html/vnl_sports_600_generic.shtml" width="685" height="401" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></p>'); } // Generic
if (ranNum == 1){document.write('<p><iframe name="I1" src="http://www.valleynewslive-ondemand.com/video/html/vnl_sports_600_cableone.shtml" width="685" height="401" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></p>'); } // Cableone
if (ranNum == 2){document.write('<p><iframe name="I1" src="http://www.valleynewslive-ondemand.com/video/html/vnl_sports_600_k&s.shtml" width="685" height="401" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></p>'); } // KandS
}
