$(document).ready(function() {

    //fix sifr sizing prblem that occurs when original font widths are smaller than sifr font widths
    //$("div.header > h2").css({'font-size' : '20px'});
    //$("div.header > h1").css({'font-size' : '20px'});


    //RUN SIFR REPLACEMENT
    sIFR.replaceCoreAssets();
	

	// Make the whole span click throught ot the inner a tag's destination so that arrow image links aswell
    /*$("span.large_link_container").click(
		function() {
			if($(this).find("a").attr("target")!="_blank")
			{
		    	window.location.href = $(this).find("a").attr("href");
			}
		});
	
	$("span.main_link_container").click(
		function() {
			if($(this).find("a").attr("target")!="_blank")
			{
		    	window.location.href = $(this).find("a").attr("href");
			}
		});*/


});
















