/***
Alireza Balouch 2009
http://swape.net
***/
$(document).ready(function(){
	$('#logo').click(function(){
		window.location = '/w/';
	});
});