
// home page elements delay then fadeIn //
$(document).ready(function() {
	$('div#one').delay(500).fadeIn(1000);
	$('div#two').delay(1500).fadeIn(1000);
	$('div#three').delay(2500).fadeIn(1000);
	$('div#four').delay(3500).fadeIn(1000);
});
$(document).ready(function() {
	$("#containerContent div").removeAttr("style");
	$("#containerContent div").addClass("objectSize");
	$("div.ssp-mobile-poster-background").removeAttr("style");
});
/*if (jQuery) {  
	alert("jQuery library is loaded!");
	else {
	alert("jQuery library is not found!");
}*/
-->


