var strVisa = "Vietnam requires a visa for most nationalities, including Australians, North Americans and Europeans. Get your visa online. Save $5 with <a href='http://www.myvietnamvisa.com/how-it-works.html' rel='nofollow' target='_blank' class='link8'>MyVietnamVisa.com</a>. <a href='https://www.myvietnamvisa.com/apply.html' rel='nofollow' class='link8' target='_blank'>Apply Online!</a>";
String.prototype.namespace = function(separator) {
	var ns = this.split(separator || '.'),
    	o = window,
    	i,
    	len;
	for (i = 0, len = ns.length; i < len; i++) {
		o = o[ns[i]] = o[ns[i]] || {};
	}
	return o;
};
function popitup(url) {
	newwindow=window.open(url,'name','height=300,width=400');
	if (window.focus) {newwindow.focus()}
	return false;
} 
