// CBN Javascript Function Library

// fix bottom question display
document.write("<style>");
document.write(".QuestionConrolA {font-size: 11px;}");
document.write(".quest_fake {height: 79px; background-repeat: no-repeat;}");
document.write("</style>");

function displayRadio() {
	// display the radio
	document.write("<embed src='http://www.cbn.com/superbook/promos/SuperbookRadioLauncher.swf' height='100' width='300' wmode='transparent' quality='high' allowScriptAccess='always' wmode='transparent' menu='false' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	//document.write("<embed src='http://dl2.cbn.com/superbook/SuperbookRadioWidget_original.swf' height='175' width='315' wmode='transparent' />");
}

function displayPromo() {

	// correct layout to make room for displayPromo and correct mouseover
	document.write("<style>");
	document.write(".def_players_block {margin-top: -30px;}");
	document.write(".ig_players_block {margin-top:-15px;}");
	document.write(".def_main_UserLoginBG_Logged{height: 460px;}");
	document.write("</style>");

	// display gospel presentation link
	document.write("<div style='padding: 5px 0px 5px 0px;'><a href='http://www.cbn.com/superbook/pages/superbook_gospel_presentation.aspx'>");
	document.write("<img src='http://www.cbn.com/superbook/images/superbook_gospel_presentation_ad.jpg' height='93' width='290' border=0>");
	document.write("</a></div>");

	// single pixel
	document.write(unescape("%3Cscript src='http://www.adreadytractions.com/rt/160381?p=9841'%3E%3C/script%3E"));
	document.write(unescape("%3Cscript src='http://www.adreadytractions.com/rt/160381?p=29151'%3E%3C/script%3E"));

	// ga
	var google_conversion_id = 1046962897;
	var google_conversion_language = "en";
	var google_conversion_format = "3";
	var google_conversion_color = "666666";
	var google_conversion_label = "0jUICNntlgIQ0cWd8wM";
	var google_conversion_value = 0;
	document.write(unescape("%3Cscript src='http://www.googleadservices.com/pagead/conversion.js'%3E%3C/script%3E"));

}

function displayFeaturePromo() {
	document.write("<a href='http://www.cbn.com/superbook/pages/superbook_external_link.aspx?p=https://www.cbn.com/giving/special/option.aspx%3Fcpid%3DGVSL0050%26intcmp%3DGVSL0050'>");
	document.write("<img src='http://www.cbn.com/superbook/images/SB-DVD_homepage_339x242.jpg' alt='Get the Latest Superbook DVD' height='236' width='330' border=0 style='padding: 0px 0px 0px 5px;'>");
	document.write("</a>");
}

function sendToFriend(link) {
	if (link != "") {
		url = "/sendtofriend/sendtofriend_superbook.aspx?link=" + link;
	}
	else {
		url = "/sendtofriend/sendtofriend_superbook.aspx";
	}
	wSewndWindow = window.open(url, "sendtofriendsuperbook", "status=no,height=340,width=540,scrollbars=yes,resizable=no,toolbar=0");
	if (window.focus && wSewndWindow) { wSewndWindow.focus() }
	if (!wSewndWindow) {
		// the popup window has been blocked, we could alert a message here e.g. 
		alert("Superbook - Send to a Friend \n\nIt appears that your popup blocker has prevented the Send to a Friend Window from opening. \n\nPlease disable your popup blocker for the Superbook website or try holding down the CONTROL key and click on the 'Email To A Friend' link.\n\n");
	}
} 


function popupKidsRadio() {
	url = "http://www.cbn.com/superbook/pages/superbook_kids_radio.aspx";
	wLargeRadioWindow = window.open(url, 'superbookLargeRadioWindow', 'location=0,toolbar=1,menubar=1,resizable=1,dependent=0,status=1');
	// if the current window still has focus, shift focus to the radio window
	if (window.focus && wLargeRadioWindow) { wLargeRadioWindow.focus() }
	if (!wLargeRadioWindow) {
		// the popup window has been blocked, we could alert a message here e.g. 
		alert("Superbook Kids Radio \n\nIt appears that your popup blocker has prevented Superbook Radio from opening. \n\nPlease disable your popup blocker for the Superbook website or try holding down the CONTROL key and click on the 'Listen to Superbook Kids Radio' link.\n\n");
		// or we can open the contents within this current page
		// window.location.href= url;
	}
}

function popupKidsRadioSmall() {
	url = "http://www.cbn.com/superbook/pages/superbook_radio.aspx?Superbook";
	wRadioWindow = window.open(url, 'superbookRadioWindow', 'location=0,toolbar=0,menubar=0,resizable=1,dependent=0,status=0,width=685,height=400,left=25,top=25');
	// if the current window still has focus, shift focus to the radio window
	if (window.focus && wRadioWindow) { wRadioWindow.focus() }
	if (!wRadioWindow) {
		// the popup window has been blocked, we could alert a message here e.g. 
		alert("Superbook Kids Radio \n\nIt appears that your popup blocker has prevented Superbook Radio from opening. \n\nPlease disable your popup blocker for the Superbook website or try holding down the CONTROL key and click on the 'Listen to Superbook Kids Radio' link.\n\n");
		// or we can open the contents within this current page
		// window.location.href= url;
	}
}

// Should we automatically popup the Radio?
/*
if (location.href.toLowerCase().indexOf("launchradio=true") >0) {
	try {
		$(document).ready(function() {
			popupKidsRadio();
		})
	} catch (err) { } 
}
*/

try {
	/* Add the Radio Launcher / Devo Graphic to the top of the page */
	if (
		(location.href.toLowerCase()=="http://superbook.cbn.com/") || 
		(location.href.toLowerCase().indexOf("default.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("allgames.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("myprofile.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("contests.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("privacypolicy.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("termsofuse.aspx") > 0) ||
		(location.href.toLowerCase().indexOf("infoforparents.aspx") > 0) ||
		(location.href.toLowerCase().indexOf("discover.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("contactus.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("kids_devotions.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/3d-match.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/a-giant-puzzle-adventure.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/worlds-greatest-guitar-star.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/superbook-says.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/superbook-match-up.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/superbook-artifact-adventure.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/phoebes-photo-recall.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/joys-super-word-search.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/gizmos-lab-round-up.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/gizmos-gigabyte-grab.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/gizmos-3-point-shootout.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/gizball.aspx") > 0) ||
		(location.href.toLowerCase().indexOf("/games/amazing-fruit-tree.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/bible-brain-busters.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("/games/gizmos-firm-foundation.aspx") > 0) ||
		(location.href.toLowerCase().indexOf("/games/chris-and-joys-supersplash.aspx") > 0) ||
		(location.href.toLowerCase().indexOf("test_home.html") > 0)
	   )
	{

		$(document).ready(function() {
			try {
				//$("body").prepend("<center><div style='position:relative; height: 1px; width:1200px;padding:0px; margin:0px; text-align:center;'><div style='position: absolute; top: 0px; right: 200px; z-index: 10;'><embed src='http://www.cbn.com/superbook/promos/SuperbookRadioLauncher2.swf' height='70' width='210' wmode='transparent' quality='high' allowScriptAccess='always' wmode='transparent' menu='false' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></div></div></center>");
				//$("body").prepend("<center><div style='position:relative; height: 1px; width:1200px;padding:0px; margin:0px; text-align:center;'><div style='position: absolute; top: 0px; right: 200px; z-index: 10;'><a href='http://superbook.cbn.com/kids_devotions.aspx'><img src='http://www.cbn.com/superbook/images/sb_kid_devo_button.gif' border='0'></a></div></div></center>");
				//$("body").prepend("<center><div style='position:relative; height: 1px; width:1170px;padding:0px; margin:0px; text-align:center;'><div style='position: absolute; top: 0px; right: 200px; z-index: 10;'><a href='http://superbook.cbn.com/kids_devotions.aspx'><img src='http://www.cbn.com/superbook/images/sb_kid_devo_button_pages.gif' border='0'></a></div></div></center>");
				// add div to hold promo links
				$("div#ctl00_backGroundBox").prepend("<div id='promoLinkBlock' style='position:relative; top:100px; margin:0px auto; height:1px; width:1200px;'></div>");
				// add devo promo link
				$("#promoLinkBlock").prepend("<a href='http://superbook.cbn.com/kids_devotions.aspx' style=' position:absolute; z-index:10; width:90px; height:80px; top:0px; left:925px;'></a>");
				// add bible promo link
				$("#promoLinkBlock").prepend("<a href='http://us-en.superbook.cbn.com/bible/' target='_blank' style=' position:absolute; z-index:10; width:105px; height:80px; top:0px; left:770px;'></a>");
				// add parents survey link
				$("#promoLinkBlock").prepend("<div style='position: absolute; left: 80px; z-index: 10;'><a href='https://www.surveymonkey.com/s/SB101' target='_blank'><img src='http://www.cbn.com/superbook/images/survey_button_v2.gif' border='0'></a>");

			} catch (err) { }
		})
	}


	/* Add the Banner Companion Image to Discover */
	/*
	if (location.href.toLowerCase().indexOf("discover.aspx") > 0) 
	{
		$(document).ready(function() {
			try {
				$("#featureVideoBox").next("img").after("<a href='http://www.cbn.com/superbook/pages/superbook_external_link.aspx?p=http://www.cbn.com/superbook/superbook-dvd.aspx'><img src='http://www.cbn.com/superbook/images/superbook_banner_companion_beginning_dvd.png' style='float:right;display:inline;margin:240px -56px 0px 0px; position:relative; z-index:5;' border='0' /></a>");
			} catch (err) { }
		})
	}
	*/

	/* Change default competition  background image */
	
	if (location.href.toLowerCase().indexOf("contests") > 0) 
	{
		$(document).ready(function() {
			try {
				$("#ctl00_MainContent_topSweeps_tsDefBox").css("background", "url(http://www.cbn.com/superbook/images/sb_contest_page_banner_overlay_cool_xbox.jpg)");
				$("#ctl00_MainContent_topSweeps_tsDefBox").click( function() { ShowRegisterPopup(); });
				// move rules to top of page
				$('.sweepstakes_CRules.coll').replaceWith("<a class='sweepstakes_CRules coll' href='http://superbook.cbn.com/HelpPages/ContestRules.aspx'></a>");
				$("#ctl00_MainContent_sweepStakes_ListView1_groupPlaceholderContainer").before("<table cellpadding=2 cellspacing=0 border=0><tr valign='bottom'><td><a class='sweepstakes_CRules coll' href='http://superbook.cbn.com/HelpPages/ContestRules.aspx'></a></td><td style='font-size:10pt; padding:7px 0px 0px 10px;'>No purchase necessary to enter or win... <a href='http://superbook.cbn.com/HelpPages/ContestRules.aspx' style='color: #3574BA' >read more</a></td></tr></table><br>");
			
			} catch (err) { }
		})
	}
	

	/* Add the Banner Companion Image to the Home Page */
	
	if (
		(location.href.toLowerCase()=="http://superbook.cbn.com/") || 
		(location.href.toLowerCase().indexOf("default.aspx") > 0) || 
		(location.href.toLowerCase().indexOf("home.html") > 0) 
	   )
	{

		$(document).ready(function() {
			try {
				setTimeout('addCompanionBanner()',2000);
			} catch (err) { }
		})

		function addCompanionBanner () {
			try {
				$("#featureWidgetBox").next("img").after("<a href='http://www.cbn.com/superbook/pages/superbook_external_link.aspx?p=https://www.cbn.com/giving/special/option.aspx%3Fcpid%3DGVSL0051%26intcmp%3DGVSL0051'><img src='http://www.cbn.com/superbook/images/SB-DVD_homepage-slider-tab_227x72.png' alt='Get the Latest Superbook DVD' style='float:right;display:inline;margin:230px -83px 0px 0px; position:relative; z-index:5;' border='0' /></a>");
			} catch (err) { }
		}
	}
	

	/* Size adjustments for Facebook tabs */
	if (location.href.toLowerCase().indexOf("fbtab=true") > 0 ) {
		document.write("<style>#game { height: 320px; width: 400px; } </style>");
	}
	

} catch (err) { }



function displayFooter() {
	document.write('<div class="footer_bg endCol">');
	document.write('<a style="margin-left: 246px;" href="/HelpPages/PrivacyPolicy.aspx">Privacy Policy</a>');
	document.write('<a style="margin-left: 30px;" href="/HelpPages/TermsofUse.aspx">Terms of Use</a>');
	document.write('<a style="margin-left: 28px;" href="/HelpPages/InfoForParents.aspx">Info for Parents</a>');
	document.write('<a style="margin-left: 32px;" href="/HelpPages/ContactUs.aspx">Contact Us</a>');
	document.write('</div>');
	document.write('<div style="width:100%; margin:0px 0px 0px 0px; font-weight:bold; text-align:center; font-size:10px; color:#666; clear:both;">');
	document.write('Superbook is a registered trademark of The Christian Broadcasting Network, Inc. All Rights Reserved.</div>');
}

try {
	var sbJsHost = (("https:" == document.location.protocol) ? "https://" : "http://");
	document.write(unescape("%3Cscript src='" + sbJsHost + "ww.cbn.com/Scripts/s_code_community.aspx' type='text/javascript'%3E%3C/script%3E"));
} catch (e) { }


