$(document).ready(function() {
// DD_belatedPNG fix for IE6
if (typeof DD_belatedPNG !== 'undefined') {
	var PNG_fix_selectors = [
		'.w2',
		'.w3'
	];
	DD_belatedPNG.fix(PNG_fix_selectors.join(','));
}
});

