$(function() {
	$("#search-bar input").defaultvalue("Enter Keyword");
	
	/*if (window.opener != null) {
		$('#store a').attr('href','javascript:void(0)').removeAttr('target').click(function() {
			//window.opener.location='http://beta.crocs.com/';
			window.blur()
		}).children('span').text('Return to Crocs Store');
		$('#customer-service a').attr('href','javascript:void(0)').removeAttr('target').click(function() {
			window.opener.location='http://www.crocs.com/customer-service/cs-landing,default,pg.html';
			window.blur()
		});
	}*/
	
});