// IE6 png fix

window.onload = function () {

	DD_belatedPNG.fix('img, input');
	
}
