this.Viewer = function(){	
	$("a.screenshot").hover(function(e){
//		$('#lateral').fadeTo(1, 0);
		$('#lateral_marcas').html("<img src='"+ this.rel +"'/>") /*.fadeTo("slow", 1)*/;
    },
	function(){
//		this.title = this.t;	
//		$("#screenshot").remove();
    });	
};

// starting the script on page load
$(document).ready(function(){
	Viewer();
});
