function news()
{
//5
var ranNum= Math.round(Math.random() * 5);
if (ranNum == 0){document.write('<p><iframe name="I1" src="http://www.valleynewslive-ondemand.com/video/html/vnl_news_1000_pre_roll_innovis.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>'); } // Innovis
if (ranNum == 1){document.write('<p><iframe name="I1" src="http://www.valleynewslive-ondemand.com/video/html/vnl_news_1000_computer_wrench.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>'); } // ComputerWrench
if (ranNum == 2){document.write('<p><iframe name="I1" src="vnl_news_1000_valley_imports.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>'); } // ValleyImports
if (ranNum == 3){document.write('<p><iframe name="I1" src="http://www.valleynewslive-ondemand.com/video/html/vnl_news_1000_rydell1.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>'); } // Rydell
if (ranNum == 4){document.write('<p><iframe name="I1" src="http://www.valleynewslive-ondemand.com/video/html/vnl_news_1000_rydell2.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>'); } // Rydell2
if (ranNum == 5){document.write('<p><iframe name="I1" src="http://www.valleynewslive-ondemand.com/video/html/vnl_news_1000_rydell3.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>'); } // Rydell3
}