$(document).ready(function() {
	/*
$("#gbttz_cover").rotate({
		bind:
		{
			mouseover : function() { 
				$(this).rotate({animateTo:1})
		},
			mouseout : function() { 
				$(this).rotate({animateTo:0})
			}
		}
	});	
*/
});

