$(function() {
	$.get('mobile/includes/php/mobile.php', function(isMobile) {
		if (isMobile) {
			window.location = "http://rushs.net/mobile"
		}
	});
});
