document.write('<script src="/inc/js/smartRollover.js" type="text/javascript"></script>');

if (navigator.userAgent.indexOf('MSIE 6') >= 0) {
	document.write('<script src="/inc/js/DD_belatedPNG.js" type="text/javascript"></script>');
	document.write('<script src="/inc/js/jquery.exfixed.1.2.2-min.js" type="text/javascript"></script>');
	
	jQuery(document).ready(function($) {
																	
			DD_belatedPNG.fix('.png');
		
			$('a.totop').exFixed();
	
	});

}

//jQuery(document).ready(function($) {
																
//});

