function onLoadforVideo() {
	if (rewCookieTest()) {
		loadNoSplash();
	}
	else {
		openPolarVideo();
	}
} 
