﻿var company ={
	description:" 机票  酒店  度假商旅网",
	keywords:" 机票  酒店  度假商旅网",
	title:" 三亚顺达机票  三亚特价机票 三亚旅游 三亚火车票",
	logo:"/config/eWebEditor/UploadImage/Logo.gif",
	serverTel:"0898-88888880",
	bookingTel:"0898-88888880",
	webModelId:"2"
	};
function getCommon(){
	document.title=company.title;
	var objs=document.getElementsByTagName("meta");
	
	for(var i=0;i<objs.length;i++){
		if(objs[i].name=="keywords"){
			objs[i].content=company.keywords;
		}
		if(objs[i].name="description"){
			objs[i].content=company.description;
		}
	}
	if(document.getElementById("WEBlogo"))
	document.getElementById("WEBlogo").src=company.logo;
	if(document.getElementById("bookingTel"))
	document.getElementById("bookingTel").innerHTML=company.bookingTel;	
}
getCommon();
