$(document).ready(function()
{
	var current_href = $(location).attr('href');
	current_href = current_href.replace("http://", "");
	current_href = current_href.replace(/%20/g, " ");
	current_href = current_href.substring(current_href.indexOf("/"));
	current_href = current_href.toLowerCase();
	
	if(current_href == "/#/portfolio" || current_href == "/#/portfolio/")
	{
		window.location.replace("/work/#");
	}
	else if(current_href == "/#/games" || current_href == "/#/games/")
	{
		window.location.replace("/work/gamesocial/");
	}
	else if(current_href == "/#/who we are" || current_href == "/#/who we are/")
	{
		window.location.replace("/studio/");
	}
	
	else if(current_href == "/#/careers" || current_href == "/#/careers/")
	{
		window.location.replace("/studio/");
	}
	else if(current_href == "/#/careers/lead interactive developer" || current_href == "/#/careers/lead interactive developer/")
	{
		window.location.replace("/studio/");
	}
	else if(current_href == "/#/careers/sales and account manager" || current_href == "/#/careers/sales and account manager/")
	{
		window.location.replace("/studio/");
	}
	else if(current_href == "/#/careers/interactive designer" || current_href == "/#/careers/interactive designer/")
	{
		window.location.replace("/studio/");
	}
	else if(current_href == "/#/careers/interactive developer" || current_href == "/#/careers/interactive developer/")
	{
		window.location.replace("/studio/");
	}
	else if(current_href == "/#/careers/internships" || current_href == "/#/careers/internships/")
	{
		window.location.replace("/studio/");
	}
	
	else if(current_href == "/#/contact us" || current_href == "/#/contact us/")
	{
		window.location.replace("/contact/");
	}
	
	else if(current_href == "/#/portfolio/steve clayton inc." || current_href == "/#/portfolio/steve clayton inc./")
	{
		window.location.replace("/work/#clayton");
	}
	else if(current_href == "/#/portfolio/firefly mobile" || current_href == "/#/portfolio/firefly mobile/")
	{
		window.location.replace("/work/#firefly");
	}
	else if(current_href == "/#/portfolio/wowwee robotics" || current_href == "/#/portfolio/wowwee robotics/")
	{
		window.location.replace("/work/#wowwee");
	}
	else if(current_href == "/#/portfolio/jim beam brands co." || current_href == "/#/portfolio/jim beam brands co./")
	{
		window.location.replace("/work/#jimbeam");
	}
	else if(current_href == "/#/portfolio/the colony condominiums" || current_href == "/#/portfolio/the colony condominiums/")
	{
		window.location.replace("/work/#colony");
	}
	else if(current_href == "/#/portfolio/trek bikes" || current_href == "/#/portfolio/trek bikes/")
	{
		window.location.replace("/work/#trekproj1");
	}
	else if(current_href == "/#/portfolio/swarthmore college" || current_href == "/#/portfolio/swarthmore college/")
	{
		window.location.replace("/work/#swarthmore");
	}
	else if(current_href == "/#/portfolio/time iq" || current_href == "/#/portfolio/time iq/")
	{
		window.location.replace("/work/#timeiq");
	}
	
	
});
