// JavaScript Document to run jquery ui tabs

jQuery(document).ready(function($)
{
	$("#post-content-192 .full-content, #post-content-214 .full-content, #post-content-217 .full-content, #post-content-218 .full-content").tabs();
	
	window.location.hash = window.location.hash.substr(0);
	//firefox appears to calculate the scrolling position before firing the load event
	//calling the refresh code inside of load forces it to re-calculate it proper
});

