// JavaScript Document
$(function() {
	loadfontsize(['div.maincontents']);
	$(".iepngfix").pngfix();
});


function zebratable() {
	$("#detail table tr").each(function(i) {
		if (i % 2 == 0) {
			$(this).find("td").addClass("even");
		}
	});

	$("#detail .calendar table tr").each(function(i) {
		if (i % 2 == 0) {
			$(this).find("td").removeClass("even");
		}
	});
	
}

function googleanalytics() {
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl.": "http://www.");
document.write(unescape("%3Cscript src='"+gaJsHost+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
//alert(unescape("%3Cscript src='"+gaJsHost+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
var pageTracker = _gat._getTracker("UA-9899768-1");
pageTracker._trackPageview();
} catch(err) {}

}


