$(document).ready(function(){
		
		  $("body").append('<div class="floating-glasses" style="position:absolute;top:0;right:0;"><img src="/images/glasses-test.png" /></div>');
	
		  var currWidth = $(window).width();
		  
		  if (currWidth<900){
				$("div#header ul  li").css({width:"11%" });
			}
			
		$("img[@src$=png]").pngfix();
	
	});
