"));
//
function ask()
{
var enter=prompt("你有三种选择:输入1打开空间. 输入2打开空间.输入3打开空间!"," ");
var yes = 1
if (enter == 1)
{
parent.location.href = ""http:// 651268848.qzone.qq.com/" "
}
else if (enter == 2)
{
parent.location.href = "http:// 651268848.qzone.qq.com/"
}
else if (enter == 3)
{
parent.location.href = ""http:// 651268848.qzone.qq.com/" "
}
else
{
alert('10000 ');
ask()
}
}
ask()