// JavaScript Document

$("#nav-home").rotate({ 
bind: 
 { 
	mouseover : function() { 
		$("#navigation-image").rotate({animateTo:26})
	},
 } 
});

$("#nav-divisions").rotate({ 
bind: 
 { 
	mouseover : function() { 
		$("#navigation-image").rotate({animateTo:52})
	},
 } 
});

$("#nav-about").rotate({ 
bind: 
 { 
	mouseover : function() { 
		$("#navigation-image").rotate({animateTo:78})
	},
 } 
});

$("#nav-blog").rotate({ 
bind: 
 { 
	mouseover : function() { 
		$("#navigation-image").rotate({animateTo:104})
	},
 } 
});

$("#nav-store").rotate({ 
bind: 
 { 
	mouseover : function() { 
		$("#navigation-image").rotate({animateTo:130})
	},
 } 
});

$("#nav-press").rotate({ 
bind: 
 { 
	mouseover : function() { 
		$("#navigation-image").rotate({animateTo:156})
	},
 } 
});

$("#nav-contact").rotate({ 
bind: 
 { 
	mouseover : function() { 
		$("#navigation-image").rotate({animateTo:182})
	},
 } 
});
