function sportsvideos()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<div class="videobox" ><center><IFRAME MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER="false" SCROLLING="no" WIDTH=134 HEIGHT=100 SRC="http://www.strausnews.com/video_player.php?uri=[story_component:sports/ny/video:1:story-uri]&width=134&height=100"></IFRAME><br>				<a href="http://www.strausnews.com/sports/ny/video/">more like this</a></center><br>			</div>'); } // NYvideo1
if (ranNum == 1){document.write('<div class="videobox" ><center><IFRAME MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER="false" SCROLLING="no" WIDTH=134 HEIGHT=100 SRC="http://www.strausnews.com/video_player.php?uri=[story_component:sports/nj/video:1:story-uri]&width=134&height=100"></IFRAME><br>				<a href="http://www.strausnews.com/sports/nj/video/">more like this</a></center><br>			</div>'); } // NJvideo1
if (ranNum == 2){document.write('<div class="videobox" ><center><IFRAME MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER="false" SCROLLING="no" WIDTH=134 HEIGHT=100 SRC="http://www.strausnews.com/video_player.php?uri=[story_component:sports/pa/video:1:story-uri]&width=134&height=100"></IFRAME><br>				<a href="http://www.strausnews.com/sports/pa/video/">more like this</a></center><br>			</div>'); } // PAvideo1
}