function include (file) 
{
	document.write("<script language=\"javascript\" type=\"text/javascript\" src=\""+file+"\"></script>");
}

try{form_format}catch(e){form_format='1';} 
	try{form_lang}catch(e){form_lang='en';}
	try{form_width}catch(e){form_width='100%';}
	try{form_bgcolor}catch(e){form_bgcolor='#FFFFFF';}
	try{form_bordercolor}catch(e){form_bordercolor='#eeeeee';}
	try{form_fontcolor}catch(e){form_fontcolor='#000000';}
	try{form_headbg}catch(e){form_headbg='#eeeeee';}
	try{form_headtext}catch(e){form_headtext='#017bbc';}
	try{form_fontfamily}catch(e){form_fontfamily='';}
	try{form_typeid;}catch(e){form_typeid='all';}
	try{form_leadtype;}catch(e){form_leadtype='tour';}
	try{form_afid}catch(e){form_afid='';}
	try{form_redirect}catch(e){form_redirect='';}
	try{form_title}catch(e){form_title='';}
	try{form_subtitle}catch(e){form_subtitle='';}
	

include("http://www.hellotravel.com/serveform/serve.php?form_format="+form_format+"&form_lang="+form_lang+"&form_width="+form_width+"&form_bgcolor="+form_bgcolor.substring(1,form_bgcolor.length)+"&form_bordercolor="+form_bordercolor.substring(1,form_bordercolor.length)+"&form_fontcolor="+form_fontcolor.substring(1,form_fontcolor.length)+"&form_headbg="+form_headbg.substring(1,form_headbg.length)+"&form_headtext="+form_headtext.substring(1,form_headtext.length)+"&form_fontfamily="+form_fontfamily+"&form_typeid="+form_typeid+"&form_leadtype="+form_leadtype+"&form_afid="+form_afid+"&form_title="+escape(form_title)+"&form_subtitle="+escape(form_subtitle)+"&form_redirect="+encodeURIComponent(form_redirect));



