var usa_registration_page = 'http://contest.redplum.com/microsite/default.aspx?pbpid=SallyHershberger';
function flash_completed(){
	//callCountrySelector();
	setTimeout("$.fn.colorbox.close();",2000);
};
function callCountrySelector(){
	setTimeout(function(){
		$.fn.colorbox({
							innerHeight: "500px",
							innerWidth: "570px",
							href: '/watch_to_win/country_selector.html'
						});
	},1000);
};
function triggerUSCitizen(){
	$.fn.colorbox({
						innerHeight: "500px",
						innerWidth: "650px",
						href: usa_registration_page,
						iframe: true
					});
};
function triggerCanadaCitizen(){
	$.fn.colorbox({
						innerHeight: "500px",
						innerWidth: "1000px",
						href: '/watch_to_win/canada_registration.php',
						iframe: true
					});
};
