window.open2=window.open;
window.open=function(){return (new Object())};

function scroll(seed)
{
	var m1 = "花蓮民宿-潘朵拉的希望城堡-晶藍色美人魚，"
	var m2 = "訂房專線：0928-686-989 "
	var msg=m1+m2;
	var out = " ";
	var c = 1;
	if (seed > 100) {
		seed--;
		var cmd="scroll(" + seed + ")";
		timerTwo=window.setTimeout(cmd,100);
	}
	else if (seed <= 100 && seed > 0) {
	for (c=0 ; c < seed ; c++) {
	out+=" ";
	}
	out+=msg;
	seed--;
	var cmd="scroll(" + seed + ")";
	window.status=out;
	timerTwo=window.setTimeout(cmd,100);
	} else if (seed <= 0) {
	if (-seed < msg.length) {
	out+=msg.substring(-seed,msg.length);
	seed--;
	var cmd="scroll(" + seed + ")";
	window.status=out;
	timerTwo=window.setTimeout(cmd,100);
	}
	else {
	window.status=" ";
	timerTwo=window.setTimeout("scroll(100)",7);
	}
	}
}
timerONE=window.setTimeout('scroll(100)',50);

if( !!(window.onunload) ){
	window.onUnloadResetOpen=window.onunload;
	window.onunload=function(){
	window.open=window.open2;
	window.onUnloadResetOpen();
	}
}else{
	window.onunload=function(){window.open=window.open2}
}

function bookmark()
{
	var myfav="http://www.pandorahouse.com";
	var mytitle="花蓮民宿-晶藍色美人魚(二館)-潘朵拉的希望城堡(一館)";
	if (navigator.appName!="Netscape"){
		window.external.AddFavorite(myfav, mytitle);}
	else{
		window.location = myfav;}
}	
