
$(document).ready(function() {
	//Load the slideshow
	theRotator();

	$("img[src$=png]").pngFix({'blankgif':'images/blank.gif'});


			var $div = $('#hanger img');
			$div.css("top", "25px");
			$div.show().animate({ "margin-top" : "-100px"}, { duration: 5000, complete: function() {
				$('#hanger img').effect("bounce", {bottom: true, open: false, times: 5, distance: 20}, 500);
			} });
});
