

// =======================================
// Do not edit anything below this line
// Code By Abdul
// salimlodhi@yahoo.com
// =======================================


	var m_url = window.location.href;
//	var www_pos = m_url.toLowerCase().indexOf("http://indovacation");
//	var www_pos = m_url.toLowerCase().indexOf("http://rajasthanvisit");	
//	var www_pos = m_url.toLowerCase().indexOf("http://indovacations");
 //     var www_pos = m_url.toLowerCase().indexOf("http://india-shopping"); 
  //    var www_pos = m_url.toLowerCase().indexOf("http://indian-reise"); 
   //   var www_pos = m_url.toLowerCase().indexOf("http://rajasthan-reise"); 
         var www_pos = m_url.toLowerCase().indexOf("http://rajasthan-tour-package"); 







	var gen_pos = m_url.toLowerCase().indexOf("http://");
	if(www_pos==0)
	{
		window.location.href="http://www." + m_url.substr(gen_pos + 7);
	}