/***** McPlayVideos ********/
if($(function() {
	if($("a.udit.nyroModal").size() == 1) {
		$("a.udit.nyroModal img").css('border', 'none');
		$("a.udit.nyroModal").prepend("<div class='playButton'>&nbsp;</div>");
	}
}));


/*
w: 305
h: 191
*/
	
function modalForStories(o) {
	c = $(o).attr('href');
	c = c.substring(c.indexOf('#'));
	c = "<div style='width: 305px; height: 191px; display: block; font-size: 1px;'>" + $("" + c).html() + "&nbsp;</div>";
	$.nyroModalManual({
  
    	content: c,
    	autoSizable: false,
    	width: 305,
		height: 191,
		minWidth: 305,
		minHeight: 191,
		resizable: false
    });
	
	
	return false;

}

function modalForLargerStories(o,w,h) {
	c = $(o).attr('href');
	c = c.substring(c.indexOf('#'));
	c = "<div style='width: 640px; height: 380px; display: block; font-size: 1px;'>" + $("" + c).html() + "&nbsp;</div>";
	$.nyroModalManual({
  
    	content: c,
    	autoSizable: false,
    	width: 640,
		height: 380,
		minWidth: 640,
		minHeight: 380,
		resizable: false
    });
	
	
	return false;

}

