$(document).ready(function(){
		$(document).pngFix();
		$('a.out,.logosArea a,.swatch a,.o2extra a,.logoQuikSilver a,p.lastYears a,ul#logos li a').bind("click", openWindow);
});
function openWindow() {
        window.open(this.href);
        return false;
}