$(function() {
	var hashId = document.location.toString().split('#')[1];		

	if (hashId == 'show-login') {
			Shadowbox.open({
				content: 'http://www.wowweesupport.com/contactus_tab.php?tab=login',
				player: 'iframe',
				height: 650,
				width: 900
			});	
	}

	else if (hashId == 'show-contact') {
			Shadowbox.open({
				content: 'http://www.wowweesupport.com/contactus_tab.php',
				player: 'iframe',
				height: 650,
				width: 900
			});	
	}
});
