// JavaScript Document
function popLocation(domain){
	var langs = '';
//	$.get("http://us.ipevo.com/includes/rest.php", {action:'domain', short: lang}, function(data){		
//			if(domain == "http://www.ipevo.com/"){
//				langs = 'includes/setLang.php?lang=en';
//			}
			self.location.href=domain+langs;
//	});
}
