document.write('<style type="text/css" media="screen">	#visahqwebwidget_h {width:595px; height:92px;		margin:0px;		padding:0px;		font-family:Tahoma;		font-size:12px;		line-height:14px!important;		color:#000;		text-transform:none!important;		letter-spacing:normal!important;	}		.visahqwebwidgetcaption_h {		line-height:22px;		height:22px;		margin-bottom:1px;	}	.travelvisarequirements_h {		width:209px;		text-align:center;		background:#0f3496;		font-weight:bold;		color:#fff;		border-top:1px solid #546eb4;		border-left:1px solid #546eb4;		border-bottom:1px solid #091e58;		border:right:1px solid #091e58;		float:left;	}	.poweredbyvisahq_h {		float:left;		padding:0px 10px;	}	.poweredbyvisahq_h a{		color:#7abd27;	}	.visahqwebwidgetmain_h { width:72%; background:#8aa6de;		border:1px solid #0f3496;		float:left;	}	.visahqwebwidgetmain_h select {		width:170px;display:block;	}	.visahqwebwidgetmain_h .form {		margin-left:15px;		_margin-left:10px;		float:left;		text-align:left;	}	.visahqwebwidgetmain_h label {		font-weight:bold;		display:block;		margin-top:10px;		padding-bottom:3px;	}	.visahqwebwidgetresult_h {width:27%;		margin-left:1px;		float:left;	}	.visahqwebwidgetresultblue_h {height:65px;	background:#8aa6de;		border:1px solid #0f3496;		text-align:center;		display:table-cell;		vertical-align:middle;	}	.visahqwebwidgetresultgreen_h {height:65px; background:#008000!important;		border:1px solid #9fd164;		text-align:center;		color:#fff;	}	.visahqwebwidgetresultred_h {height:65px; background:#c90202!important;		border:1px solid #fe8787;		text-align:center;		color:#fff;	}	#visahqwebwidgetbutton_h {		margin-top:26px;		margin-left:5px;		background:#f5ab1e;		float:left;		height:18px;		border-top:2px solid #e38305;		border-left:2px solid #e38305;		border-bottom:2px solid #a14b01;		border-right:2px solid #a14b01;		color:#0f3496;		font-weight:bold;		line-height:18px;		padding:0px 5px;		cursor:pointer;	}	.visahqwebwidgetresultgreen_h p{		margin:5px 0px;		padding:0px;		font-weight:bold;		line-height:16px; text-align:center; font-size:12px;}	.visahqwebwidgetresultred_h p{		margin:5px 0px;		padding:0px;		font-weight:bold;		line-height:16px;	text-align:center;	font-size:12px;	}	#visahqwebwidgetresultnr_h {		border:2px solid #fff;		font-weight:bold;		font-size:14px;		padding:0px 4px;		background:#77bb22;	}	#visahqwebwidgetresultr_h {		border:2px solid #fff;		font-weight:bold;		font-size:14px;		padding:0px 4px;		background:#ee0101;	}	.visahqwebwidgetresultgreen_h a{		color:#fff;		line-height:18px;	}	.visahqwebwidgetresultred_h a{		color:#fff;		line-height:18px;	}	.visahqwebwidgetajaxloaderclass_h {margin-top:24px;}	#visahqwebwidgetrequirementsid_h {		line-height:24px;	}</style><div id="visahqwebwidget_h">	<div class="visahqwebwidgetcaption_h travelvisarequirements_h" id="travelvisarequirementsid_h">		Travel Visa Requirements	</div>	<div class="visahqwebwidgetcaption_h poweredbyvisahq_h" id="poweredbyvisahq_h">		<span style="color:#000;">Get this tool free at </span><a href="http://www.visahq.com/get_widget.php?type=js" title="VisaHQ.com" id="visahqwebwidgetaffiliateid_h">VisaHQ.com</a></div><img src="https://www.visahq.com/widget_6.php?ws_key=1&type=java" width="1px" height="1px"><div style="clear:both;"></div>		<div class="visahqwebwidgetmain_h" id="visahqwebwidgetmainid_h"><div style="height:65px;">	<div class="form">			<label for="visahqwebwidgetnationality_h">Citizenship</label>			<select id="visahqwebwidgetnationality_h" name="nationality">			<option value="0">- Select Citizenship -</option></select>		</div>		<div class="form">			<label for="visahqwebwidgetdestination_h">Destination</label>			<select id="visahqwebwidgetdestination_h" name="destination">			<option value="0">- Select Destination -</option></select>			<input type="hidden" id="visahqwebwidgetresidency_h" value=""><input type="hidden" id="visahqwebwidgetpluginname_h" value=""><input type="hidden" id="visahqwebwidgetaffiliateidvalue_h" value=""></div>		<div id="visahqwebwidgetbutton_h" onClick="visahqWidgetObjH.ajaxLoader(true)">Check</div>	</div></div>	<div class="visahqwebwidgetresult_h visahqwebwidgetresultblue_h" id="visahqwebwidgetajaxloadresult_h"><div style="height:65px;" id="visahqwebwidgetajaxloadcontent_h"><p style="*margin-top:10px;" id="visahqwebwidgetajaxloadergif">Select your citizenship,<br>country of destination<br>and click "Check"</p><div id="visahqwebwidgetcountrieslist_h"></div></div></div></div><script type="text/javascript"> 	visahqWidgetObjH = new Object();	var colorReg = /\#[a-z0-9]{6}/i;	var countryReg = /[a-z]{2}/i;	visahqWidgetObjH.ajaxLoader = function (isclick) { 		var citizen = document.getElementById("visahqwebwidgetnationality_h").value; 		var dest = document.getElementById("visahqwebwidgetdestination_h").value; 		if((citizen == 0)||(citizen == 1000)) { 			alert("Please, select nationality");				return;		} 		if((dest == 0)||(dest == 1000))	{ 			alert("Please, select country of destination");				return;		}		var headLocContent = document.getElementById("visahqwebwidgetajaxloadcontent_h"); 		var headLocResult = document.getElementById("visahqwebwidgetajaxloadresult_h");	 				headLocResult.className = "visahqwebwidgetresult_h visahqwebwidgetresultblue_h";	 				headLocContent.innerHTML=""; 		var imgObj = document.createElement("img"); 		imgObj.setAttribute("src", "https://www.visahq.com/images/ajax-loader2.gif"); 		imgObj.setAttribute("class", "visahqwebwidgetajaxloaderclass_h"); 		headLocContent.appendChild(imgObj); 		visahqWidgetObjH.isClick = isclick;		setTimeout(visahqWidgetObjH.resultQuery, 2000);	}; 	visahqWidgetObjH.resultQuery = function() { 		var headLocContent = document.getElementById("visahqwebwidgetajaxloadcontent_h");		headLocContent.innerHTML="";		var citizen = document.getElementById("visahqwebwidgetnationality_h").value; 		var dest = document.getElementById("visahqwebwidgetdestination_h").value; 		var resid = document.getElementById("visahqwebwidgetresidency_h").value;  		var pln = document.getElementById("visahqwebwidgetpluginname_h").value; 		var affiliate = document.getElementById("visahqwebwidgetaffiliateidvalue_h").value;		var isclick = (visahqWidgetObjH.isClick == true) ? 1 : 0; 		var scriptObj = document.createElement("script"); 			scriptObj.setAttribute("type", "text/javascript");		scriptObj.setAttribute("src", "https://www.visahq.com/widget_6.php?citizen=" + citizen + "&dest=" + dest + "&resid=" + resid + "&view=h" + "&type=java" + "&aff=" + affiliate + "&pln=" + pln + "&is_click=" + isclick); 				headLocContent.appendChild(scriptObj);	};		visahqWidgetObjH.getCountries = function() {		var headLocContent = document.getElementById("visahqwebwidgetcountrieslist_h");		var scriptObj = document.createElement("script");		 				scriptObj.setAttribute("type", "text/javascript");	 				scriptObj.setAttribute("src", "http://www.visahq.com/widget_countries.php?type=js&view=h"); 			headLocContent.appendChild(scriptObj);	};		visahqWidgetObjH.setCountries = function() {		if(visahqWidgetObjH.countries) {			var citizen = "0"; var dest = "0";			if((typeof(visahq_widget_nationality_country) == "string") && countryReg.test(visahq_widget_nationality_country))				citizen = visahq_widget_nationality_country;			else 				visahq_widget_nationality_country = "0";			if((typeof(visahq_widget_destination_country) == "string") && countryReg.test(visahq_widget_destination_country))				dest = visahq_widget_destination_country;			else				visahq_widget_destination_country = "0";			var ctzSelect = document.getElementById("visahqwebwidgetnationality_h");			var destSelect = document.getElementById("visahqwebwidgetdestination_h");			for(var code in visahqWidgetObjH.countries) {				var optc = document.createElement("option");				var optd = document.createElement("option");				optc.appendChild(document.createTextNode(visahqWidgetObjH.countries[code]));				optd.appendChild(document.createTextNode(visahqWidgetObjH.countries[code]));				optc.setAttribute("value", code);				optd.setAttribute("value", code);				if(code == citizen) optc.selected = true;				if(code == dest) optd.selected = true;				ctzSelect.appendChild(optc);				destSelect.appendChild(optd);			}		}		visahqWidgetObjH.setWidgetOptions();		visahqWidgetObjH.setGetThisTool();	};		visahqWidgetObjH.setGetThisTool = function() {		if(typeof(visahq_widget_plugin_get_widget) == "string" && typeof(visahq_widget_plugin_name) == "string" && visahq_widget_plugin_get_widget == 1 && document.getElementById("poweredbyvisahq_h")) {			document.getElementById("poweredbyvisahq_h").innerHTML = \'<span style=\"color:#000;\">Powered by </span><a href="http://\' + visahq_widget_plugin_name + \'.visaheadquarters.com/get_widget.php?type=js" title="VisaHQ.com" id="visahqwebwidgetaffiliateid_h">VisaHQ.com</a>\'; 		}				if((typeof(visahq_widget_get_this_tool) == "string") && visahq_widget_get_this_tool == "false" && document.getElementById("poweredbyvisahq_h")) {			document.getElementById("poweredbyvisahq_h").style.display = "none";		}	};		visahqWidgetObjH.setWidgetOptions = function() {		if((typeof(visahq_widget_stretch_width) == "string") && (visahq_widget_stretch_width == "true")) {			document.getElementById("visahqwebwidget_h").style.width="100%";		}				if((typeof(visahq_widget_border_width) != "undefined") && (parseInt(visahq_widget_border_width) > 1)) {			visahq_widget_border_width = parseInt(visahq_widget_border_width); 			var mainWidgetDivWidth = document.getElementById("visahqwebwidget_h").offsetWidth; 			document.getElementById("visahqwebwidgetmainid_h").style.width = ((mainWidgetDivWidth*72)/100 - 2*visahq_widget_border_width) + "px";			document.getElementById("visahqwebwidgetmainid_h").style.borderWidth=visahq_widget_border_width + "px";			document.getElementById("visahqwebwidgetajaxloadresult_h").style.width = ((mainWidgetDivWidth*27)/100 - 2*visahq_widget_border_width) + "px"; 			document.getElementById("visahqwebwidgetajaxloadresult_h").style.borderWidth=visahq_widget_border_width + "px";		}				if((typeof(visahq_widget_residency_country) == "string") && countryReg.test(visahq_widget_residency_country)) {			document.getElementById("visahqwebwidgetresidency_h").value = visahq_widget_residency_country;		}				if(typeof(visahq_widget_affiliate_id) == "string") {			document.getElementById("visahqwebwidgetaffiliateidvalue_h").value = visahq_widget_affiliate_id;			document.getElementById("visahqwebwidgetaffiliateid_h").href = "http://www.visahq.com/get_widget.php?type=js&a_aid="+visahq_widget_affiliate_id;		}				if(typeof(visahq_widget_plugin_name) == "string") {			document.getElementById("visahqwebwidgetpluginname_h").value = visahq_widget_plugin_name;		}				if((typeof(visahq_widget_text_color) == "string") && colorReg.test(visahq_widget_text_color)) {			document.getElementById("visahqwebwidget_h").style.color = visahq_widget_text_color; 			}				if((typeof(visahq_widget_border_color) == "string") && colorReg.test(visahq_widget_border_color)) {			document.getElementById("visahqwebwidgetmainid_h").style.borderColor = visahq_widget_border_color;			document.getElementById("visahqwebwidgetajaxloadresult_h").style.borderColor = visahq_widget_border_color;		}				if((typeof(visahq_widget_background_color) == "string") && colorReg.test(visahq_widget_background_color)) {			document.getElementById("visahqwebwidgetmainid_h").style.backgroundColor = visahq_widget_background_color;	 				document.getElementById("visahqwebwidgetajaxloadresult_h").style.backgroundColor = visahq_widget_background_color; 			}				if((typeof(visahq_widget_title_text_color) == "string") && colorReg.test(visahq_widget_title_text_color)) {			document.getElementById("travelvisarequirementsid_h").style.color = visahq_widget_title_text_color;		}				if((typeof(visahq_widget_title_background_color) == "string") && colorReg.test(visahq_widget_title_background_color)) {			document.getElementById("travelvisarequirementsid_h").style.borderColor = visahq_widget_title_background_color; 				document.getElementById("travelvisarequirementsid_h").style.backgroundColor = visahq_widget_title_background_color; 			}				if((visahq_widget_nationality_country != 0)&&(visahq_widget_nationality_country != 1000)&&(visahq_widget_destination_country != 0)&&(visahq_widget_destination_country != 1000)) {			visahqWidgetObjH.ajaxLoader(false); 			}	};		visahqWidgetObjH.getCountries();</script>'); 
