(function($) {

	//$.cookie(name, value, options)
	
	//document.location.href.split("/");
	
	//setTimeout(function() { doSomething(), 1000} ) ; 

})(jQuery);


function doSomething(){

	alert("Here We Are");

	$("#promoAd").animate({ 
		/* width: "500px", */
		height: "500px",
        /* marginLeft: "0.6in", */
        fontSize: "3em", 
        borderWidth: "10px"
	}, 1500 );

}
