<!-- hide script from old browsers

// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
// Don't delete this header!

var message="\n　　本网站之所有版权（包括文字，图片及设计等）均　\n属原作者和百合所有，任何人不得复制使用。\n\n　　任何网站／任何媒体如需转载本网站内容请事先与　\n百合联系。"; // Message for the alert box

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

//end hiding contents-->

function secretlily() {
var password = ''
password=prompt('这个钥匙很爱变哦~西西~','');
if (password != null) {
location.href= password + ".html";}
}
