var checkJS = document.getElementById;
if (checkJS) {
	$(document).ready(function(){
	    $('img.opazi').css({ filter:"alpha(opacity=50)", opacity:".50" });
    });
}
