    high = 33;
    low = 26;
    document.write("Bangkok");
    document.write("<br>");
    document.writeln("High:"+high);
    document.writeln("Low:"+low);
		
function popup(theURL,winName,features) { //v2.0
	 window.open(theURL,winName,features+'scrollbars=1,resizable=1');
}

if (top.frames.length >1) {top.location ="http://www.bangkokpost.com/";}

