// JavaScript Document

jQuery(function(){

    document.forms[0].action = window.location.href;
	//SiteNav = jQuery("#sitenav ul").css("width", "960px");
	/*jQuery("#main .side h2").each(function(){
		$el = jQuery(this);
		text = $el.text();
		$el.html('<img src="/resources/image.php?text=' + text + '" alt="' + text + '" title="' + text + '" />');
	});
	
	SiteNav = jQuery("#sitenav ul").css("width", "987px");
	jQuery("li a", SiteNav).each(function(){
		$el = jQuery(this);
		text = $el.css({"padding":"16px 18px 0 23px","height":"26px"}).parent().css("margin-top", "1px").end().text();
		$el.html('<img src="/resources/image.php?text=' + text + '&font=HelveticaNeueLTStd-Md.otf&colour=9E540B&size=11&bgcolour=CBB079&transparency=0&transparentbg=true" alt="' + text + '" title="' + text + '" />');
	});
	
	jQuery(".content h1").each(function(){
		$el = jQuery(this);
		text = $el.text();
		$el.html('<img src="/resources/image.php?text=' + text + '&size=17&colour=B29959&transparency=0&transparentbg=true&bgcolour=FFFFFF" alt="' + text + '" title="' + text + '" />');
	});*/
});
