$(document).ready(function(){$('#photoRotateBox').cycle({fx:'fade',speed:900});});
function showLogin() {window.scrollTo(0,0);var logbox = document.getElementById("memberLogin");logbox.className="reshowLoginBox";}
function hideLogin() {var logbox = document.getElementById("memberLogin");logbox.className="hideLoginBox";}
