﻿var company ={
	description:"南方商旅 机票  酒店  度假商旅网",
	keywords:"南方商旅 机票  酒店  度假商旅网",
	title:"南方商旅 机票  酒店  度假商旅网",
	logo:"/itu/images/logo.gif",
	serverTel:"0769－965568",
	bookingTel:"0769－965568",
	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();
