$(document).ready(function(){
	$('#home').click(function(){
		window.location = 'index.php';
	});
	$('#info').click(function(){
		window.location = 'ourinfo.php'
	});
	$('#menu').click(function(){
		window.location = 'menu.php';
	});
	$('#order').click(function(){
		window.location = 'http://www.letsget.net/default.aspx?restaurantid=1493';
	});
	$('.tw #sm').click(function(){
		window.location = 'http://www.twitter.com/isushicafe/';
	});
	$('.fb #sm').click(function(){
		window.location = 'http://www.facebook.com/pages/ISushi-Express/338453752835528';
	});
	$('.gpp #sm').click(function(){
		window.location = 'https://plus.google.com/112805263410268252510';
	});
});

