function st()
{
if (self != top) { top.location = self.location; return; } 
else { return; }
}

function clrA()
{
if ( document.documentElement )
{
a="";a=document.getElementById('eml');
if ( a.value=="Write your email address here, please.") { a.value=""; return; }
else { return; }
}
else { return; }
}

function clrB()
{
if ( document.documentElement )
{
b="";b=document.getElementById('mes');
if (b.value=="Write your message here, please.") { b.value=""; return; }
else { return; }
}
else { return; }
}
function shwpv()
{
document.getElementById('pv').style.display="block";
return; 
}
function cf()
{
if ( document.documentElement )
{
vv="";vv="<form id\=\"ctform\" action\=\"http:\/\/www.oxfordu.net\/seoul\/dn-en.php\" method\=\"post\">";
vv=vv+"<h3 class\=\"c6\"><label for\=\"mes\">Your mes\&\#x73\;\&\#97\;\&\#x67\;\&\#101\;:</label><\/h3>";
vv=vv+"<p><textarea id\=\"mes\" name\=\"mes\" rows\=\"6\"  cols\=\"35\" accesskey\=\"1\" onfocus\=\"clrB()\;\">Write your mes\&\#x73\;\&\#97\;\&\#x67\;\&\#101\; here, please.<\/textarea><\/p>";
vv=vv+"<h3 class\=\"c6\"><label for\=\"eml\">Your e\&\#x6d\;\&\#x61\;\&\#x69\;\&\#108\; ad\&\#x64\;\&\#x72\;\&\#101\;\&\#x73\;\&\#115\;:<\/label><\/h3>";
vv=vv+"<p><input id\=\"eml\" name\=\"eml\" accesskey\=\"2\" type\=\"text\" size\=\"40\" value\=\"Write your e\&\#x6d\;\&\#x61\;\&\#x69\;\&\#108\; ad\&\#x64\;\&\#x72\;\&\#101\;\&\#x73\;\&\#115\; here, please.\" onfocus\=\"clrA()\;\" \/><\/p>";
vv=vv+"<h3 class\=\"c6 c15\"><a rel\=\"div\" id\=\"\&\#112\;\&\#118\;a\" href\=\"\#pv\" title\=\"P\&\#114\;\&\#111\;\&\#109\;\&\#105\;\&\#115\;\&\#101\; of P\&\#114\;\&\#105\;\&\#118\;\&\#097\;\&\#099\;\&\#121\;\" ";
vv=vv+"onclick\=\"shwpv\(\)\; return false\;\" onkeypress\=\"shwpv\(\)\; return true\;\">P\&\#114\;\&\#111\;\&\#109\;\&\#105\;\&\#115\;\&\#101\; of P\&\#114\;\&\#105\;\&\#118\;\&\#097\;\&\#099\;\&\#121\;<\/a>.<\/h3>";
vv=vv+"<p><span class\=\"hidden\"><br \/>\&\#091\;\xA0<a rel\=\"div\" href\=\"\#sndH\">skip<\/a>\xA0\&\#093\;<\/span>";
vv=vv+"<span class\=\"hidden\" id\=\"pv\"><br \/>We will use your email adddress to reply to your message <em>only<\/em>. We will not use it for any other purpose. We will not forward it to a third party. We respect your privacy.<\/span><\/p>";
vv=vv+"<div id\=\"sndH\"><h3 class\=\"c6\"><label for\=\"sndnow\" class\=\"hdd\">Send:<\/label><\/h3><p><input accesskey\=\"3\" id\=\"sndnow\" type\=\"submit\" value\=\"Send\" title\=\"Send\" \/><\/p><\/div>";
vv=vv+"<p class\=\"hidden\"><input type\=\"hidden\" name\=\"op\" value\=\"send\" \/><\/p><\/form>";
document.getElementById('ct').innerHTML=vv;return;
}
else { return; }
}



window.onload = st; window.onload = cf; 