// jQuery in no conflict Document
;(function($){
	
	/*$(document).ready(function(){initfirstvisit();});
	
	function initfirstvisit ()
	{
		if($.cookie("alreadyvisited")== null || !$.cookie("alreadyvisited"))
		{
			//alert($.cookie("alreadyvisited"));
			$.cookie("alreadyvisited", true, { expires: 99999 });
			$('#page').append('<div id="dialog" title="Welcome to SupplierHaven"><div style="text-align:center;"><img src="http://supplierhaven.com.au/files/2010/07/Supplier-haven-logo-final2.png" alt="Supplier Haven" style="width:200px; margin:0 auto;"><br/><p>'+wholesaler +' has joined SupplierHaven the B2B portal for Wholesalers and Retailers.</p><p>SupplierHaven is a unique e-marketplace for wholesalers and retailers, making business-to-business interaction over the web simple, accessible and secure.</p><p>Brought to you by Gift and Homewares Australia, SupplierHaven will revolutionise the way you do business, making order management and account management simple.</p></div></div>');
			$("#dialog").dialog({ modal: true ,
								  width: 460,
								  buttons: {
								  			"Close": function() { $(this).dialog("close"); },
								  			"Register": function() { window.location = "http://supplierhaven.com.au/retailersignup"; },
								  			"Login": function() { window.location = wholesaler_login_url; },
								 			}
								});
		}
	}*/
})(jQuery);
