$(document).ready(function(){
//  Initialize Backgound Stretcher
	$(".entertextoff" ).switchClass( "entertextoff", "entertext", 1000);
	$(".entercaptionoff" ).switchClass( "entercaptionoff", "entercaption", 1000);
	$(".enter").delay(2500).animate({ opacity:"0.9" }, 850, function() {$( ".rightGone" ).switchClass( "rightGone", "right", 0) });
	$(".enterloading").delay(4000).switchClass( "enterloading", "enterloadinggone", 0, function() {$( ".enterclickgone" ).switchClass( "enterclickgone", "enterclick", 0) });
	$(".clickskipgone").switchClass( "clickskipgone", "clickskip", 3500);
});


