$(document).ready(function(){
	
	$("img.popup").each(function(i){$(this).wrap('<a class="thickbox" title="'+this.alt+'" href="'+this.src.replace('lores','hires')+'"><'+'/a>');});
	
	$('#head h3')
		.text('')
		.css('cursor','pointer').css('visibility','visible')
		.click(function(){document.location='http://www.f1g.co.uk'});
});