$(document).ready(function() { 

	if($("ul.tabs").length){ //if tabs exist
		$(function() {
			// setup ul.tabs to work as tabs for each div directly under div.panes
			$("ul.tabs").tabs("div.panes > div");
		});
	}

/*     $("#logo, #links").pngFix();  */
	
});
