$(document).ready(function(){
	openPage();
	setInterval(pollHash,1000);
	$('a.lightbox').lightBox();
});
