$(document).ready(function() {	
	/*****************************************
	* Form submit
	*****************************************/
	$("a[rel]").each(function(){
		if($("form[name='" + $(this).attr("rel") + "']").length > 0)
		{
			$(this).click(function(e){
				e.preventDefault();
				$("form[name='" + $(this).attr("rel") + "']").submit();
			});
		}
	});

	var so1 = new SWFObject("../../includes/flash/hp_promo.swf", "line", "980", "276", "0", "#ffffff");
	so1.addParam("allowScriptAccess", "sameDomain");
	so1.addParam("wmode", "transparent");
	so1.write("top_flash");
	getCorrection();

});
