// reset.js

if(typeof jQuery != 'undefined') {
	
	// applying png-fix in ie6 only
	$(document).ready(function() {
		if(typeof DD_belatedPNG != 'undefined') {
			DD_belatedPNG.fix('img, .pngfix');
		}
		
		if(typeof helium != 'undefined') {
			helium.init();
		}
	});
}
