<!--	
jQuery(document).ready(function($) {
	
	$('div#logo').click(function() {
		document.location.href='/photosets.asp'
	});	
	
});	
-->
