var cursiteurl=location.href;
var mainsiteurl="http://directbuywarranty.com/index.php";
var maseratiurl="http://directbuywarranty.com/maserati-auto-warranty.php";
var volvourl="http://directbuywarranty.com/volvo-auto-warranty.php";
if (cursiteurl=maseratiurl){
document.getElementById("vtype").innerHTML = "Maserati Owners";
}else
{
document.getElementById("vtype").innerHTML = "Vehicle Owners";	
}
