// JavaScript Document

var myfav;
var mytitle;
myfav="http://www.ukeas.com.tw/study_english/";
mytitle="UKEAS - »´ÃP¹C¾Çºô";
function bookmark() {
if (navigator.appName!="Netscape"){
window.external.AddFavorite(myfav, mytitle);}
else{
window.location = myfav;
}}

function doAdvert()
{
	document.getElementById("advert_left").innerHTML = "<br><a href='http://isc-ukeas.com/news/IELTS.html'><div align='center'><img src='http://isc-ukeas.com/images/adverts/banner_tall.gif' border='0'></a><br><br><a href='http://isc-ukeas.com/scholarships/schorlarship_NottinghamTrent.html'><img src='http://isc-ukeas.com/images/adverts/moving_banner2.gif' width='119' height='166' border='0' target='_blank'></a></div>";
}