home_on = new Image();
home_on.src = "img/home_on.gif";
home_off = new Image();
home_off.src = "img/home_off.gif";

$( document ).ready ( function ()
	{
		$( ".footnoteText a" ).each ( function ()
			{
				var url = $( this ).attr ( "href" );
				$( this ).attr ( "href", "javascript:void window.open('" + url + "')" );
			}
		);
	}
);

