$(document).ready(function() {
	$("#mainImage").hide().fadeIn(1500);
	$("div.arrow").effect("shake", {times:5}, 300);
});