
function Init()
{
CommonInit();


 
     	 if (location.href=="http://www.zentech.co.nz/islandbeauty/index.php")
  {
	  window.location="http://www.islandbeauty.co.nz/index.php"
  }
  
   
}

function InitCon()
{
  CommonInit();

 
     	 if (location.href=="http://www.zentech.co.nz/islandbeauty/Contact.php")
  {
	  window.location="http://www.islandbeauty.co.nz/Contact.php"
	
  }
  
}

function InitLnk()
{
  CommonInit();

 
     	 if (location.href=="http://www.zentech.co.nz/islandbeauty/Links.php")
  {
	  window.location="http://www.islandbeauty.co.nz/Links.php"
	
  }
}
 
 function InitPort()
{
  CommonInit();


 
     	 if (location.href=="http://www.zentech.co.nz/islandbeauty/Portfolio.php")
  {
	  window.location="http://www.islandbeauty.co.nz/Portfolio.php"
	
  }
}

 function InitAbout()
{
  CommonInit();

 
     	 if (location.href=="http://www.zentech.co.nz/islandbeauty/AboutUs.php")
  {
	  window.location="http://www.islandbeauty.co.nz/AboutUs.php"
	
  }
}




