// giZ on gizstyle.com jQuery implementation ´¯`·.¸¸.*

//ACTIONS

$(document).ready(function(){
	
	$("").mouseup(function(){
		$("").fadeIn(3000);
	});

});