var NCAAMMOD3 = {
	mmodWindow : "",
	ncaaWindow : "http://mmod.ncaa.com/",
	launchPlayer: function(programID){
        var mmodPage = "http://www.ncaa.com/mmod/player/console.html";
        if (programID && programID != "")
        {
                mmodPage += "?gameID=" + programID;
        }
 
        if (NCAAMMOD3.mmodWindow.closed || NCAAMMOD3.mmodWindow=="")
        {
            NCAAMMOD3.mmodWindow = window.open(mmodPage,"mmodWindow","width=990,height=721,top=0,left=0,menubar=no,toolbar=no,status=no,location=no");
            if (NCAAMMOD3.mmodWindow && NCAAMMOD3.mmodWindow.opener == null) NCAAMMOD3.mmodWindow.opener=self;
        }
		if (NCAAMMOD3.mmodWindow) {
			NCAAMMOD3.mmodWindow.focus();
		}
	},
	embedText: function(text, programID, url) {
		var onclick = "NCAAMMOD3.launchPlayer('";
		if(programID && programID != "")
		{
			onclick += programID;
		}
		onclick += "'); ";
		if(url && url != "")
		{
			onclick += "location.href='" + url + "'; ";
		}
		document.write('<a href="' + NCAAMMOD3.ncaaWindow +'" onclick="' + onclick +' return false;" target="NCAAMMODVideo">' + text + '</a>');
	},
	embedImage: function(imgUrl, imgWidth, imgHeight, imgAlt, programID, url) {
		var onclick = "NCAAMMOD3.launchPlayer('";
		if(programID && programID != "")
		{
			onclick += programID;
		}
		onclick += "'); ";
		if(url && url != "")
		{
			onclick += "location.href='" + url + "'; ";
		}
		document.write('<a href="' + NCAAMMOD3.ncaaWindow +'" onclick="' + onclick +' return false;" target="NCAAMMODVideo"><img src="' + imgUrl + '" alt="' + imgAlt + '" width="' + imgWidth + '" height="' + imgHeight + '"></a>');
	},
	embedWidget: function() {
		document.write("<div id=\"MMODNCAAWIDGET\">");
		document.write("<obj" + "ect classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"300\" height=\"250\" id=\"MMOD_300x250\" align=\"middle\">");
		document.write("<param name=\"movie\" value=\"http:\/\/i.turner.ncaa.com\/dr\/ncaa\/ncaa\/release\/sites\/default\/files\/images\/mmod\/2011\/devkit\/MMOD_300x250.swf\" \/>");
		document.write("<param name=\"quality\" value=\"high\" \/>");
		document.write("<param name=\"bgcolor\" value=\"#e5e5e5\" \/>");
		document.write("<param name=\"play\" value=\"true\" \/>");
		document.write("<param name=\"loop\" value=\"true\" \/>");
		document.write("<param name=\"wmode\" value=\"transparent\" \/>");
		document.write("<param name=\"scale\" value=\"showall\" \/>");
		document.write("<param name=\"menu\" value=\"true\" \/>");
		document.write("<param name=\"devicefont\" value=\"false\" \/>");
		document.write("<param name=\"salign\" value=\"\" \/>");
		document.write("<param name=\"allowScriptAccess\" value=\"never\" \/>");
		document.write("<!--[if !IE]>-->");
		document.write("<obj" + "ect type=\"application\/x-shockwave-flash\" data=\"http:\/\/i.turner.ncaa.com\/dr\/ncaa\/ncaa\/release\/sites\/default\/files\/images\/mmod\/2011\/devkit\/MMOD_300x250.swf\" width=\"300\" height=\"250\">");
		document.write("<param name=\"movie\" value=\"http:\/\/i.turner.ncaa.com\/dr\/ncaa\/ncaa\/release\/sites\/default\/files\/images\/mmod\/2011\/devkit\/MMOD_300x250.swf\" \/>");
		document.write("<param name=\"quality\" value=\"high\" \/>");
		document.write("<param name=\"bgcolor\" value=\"#e5e5e5\" \/>");
		document.write("<param name=\"play\" value=\"true\" \/>");
		document.write("<param name=\"loop\" value=\"true\" \/>");
		document.write("<param name=\"wmode\" value=\"transparent\" \/>");
		document.write("<param name=\"scale\" value=\"showall\" \/>");
		document.write("<param name=\"menu\" value=\"true\" \/>");
		document.write("<param name=\"devicefont\" value=\"false\" \/>");
		document.write("<param name=\"salign\" value=\"\" \/>");
		document.write("<param name=\"allowScriptAccess\" value=\"never\" \/>");
		document.write("<!--<![endif]-->");
		document.write("<a href=\"http:\/\/mmod.ncaa.com\">");
		document.write("<img src=\"http:\/\/i.turner.ncaa.com\/dr\/ncaa\/ncaa\/release\/sites\/default\/files\/images\/mmod\/2011\/devkit\/MMOD_Live_300x250.jpg\" alt=\"Get Adobe Flash player\" width=\"300\" height=\"250\"\/>");
		document.write("<\/a>");
		document.write("<!--[if !IE]>-->");
		document.write("<\/obj" + "ect>");
		document.write("<!--<![endif]-->");
		document.write("<\/obj" + "ect>");
		document.write("<\/div>");
	}
}
