//$(function() {



		//form buttons hover states



// Sample usage of jquery.flash plugin - remove if not needed
	/*	
	$("div#masthead").flash(
		{src:"flash/home.swf",
		 width:600,
		 height:300,
		 wmode:"transparent",
		 quality:"high"},
		 {version:"7"},
			function(htmlOptions) { //Use this to specify a query string, take out if not needed.
				htmlOptions.flashvars.xmlfile = "xml/filename.xml";
				$(this).before($.fn.flash.transform(htmlOptions));						
		});
	*/
//});
