/// <reference path="jquery-1.2.6-vsdoc.js" />
/**
 * @fileoverview Global functions
 */
/**
 * Hack to reduce background image flickering in IE 6
 */
/*@cc_on
	@if (@_jscript_version == 5.6)
		try {
			document.execCommand("BackgroundImageCache", false, true);
		} catch(err) {}
	@end
@*/

// Init on document ready
$(document).ready(function() {
	// PNG-fix logo
	$.ifixpng('/i/transparent.gif');
	$("#logo img").ifixpng();
	$("#banner-start img").ifixpng();
});
