$(document).ready(
	function() {
	  // Tabs
	  $('#tabs').tabs({
	    event: 'click',
	    fx: { opacity: 'toggle',
	      duration: 'fast'
	    }
	  });

	  //hover states on the static widgets
	  $('#dialog_link, ul#icons li').hover(
		function() { $(this).addClass('ui-state-hover'); },
		function() { $(this).removeClass('ui-state-hover'); }
	);

	  var params = { wmode: 'transparent' };

	  swfobject.embedSWF("components/flash/blue_bokeh.swf", "FlashBokehReplacer", "2500", "538", "9.0.0", "", "", params);
		swfobject.embedSWF("components/flash/blue_bokeh.swf", "FooterFlashBokehReplacer", "2500", "538", "9.0.0", "", "", params);
	  swfobject.embedSWF("components/flash/Welcome.swf", "WelcomeSwf", "631", "436", "9.0.0", "", "", params);

	  $("input , textarea").each(function(i) {
	    $(this).watermark($(this).attr("title"))
	  });
	});
