闹元宵(月下燕子)

版主: 清风云想衣裳宁静致远

回复
云想衣裳
帖子: 5724
注册时间: 周日 10月 25, 2009 9:06 am

RE:闹元宵(月下燕子)

帖子 云想衣裳 »

感谢你虔诚的祝福,同心同愿!
珍妮
帖子: 2048
注册时间: 周日 7月 19, 2009 11:06 am

RE:闹元宵(月下燕子)

帖子 珍妮 »

谢谢燕子,问候!
月下燕子
帖子: 676
注册时间: 周日 3月 22, 2009 5:06 pm

闹元宵(月下燕子)

帖子 月下燕子 »














月下燕子在此给朋友们送祝福










document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');

function savevol() {
var expires = new Date();
expires.setTime(expires.getTime() + 31536000000);
var pvol=document.Player2.settings.volume;
document.cookie = 'playervol=' + pvol + ';expires=' + expires.toGMTString();
}

function getvol()
{
var cookieString = new String(document.cookie)
var cookieHeader = "playervol="
var beginPosition = cookieString.indexOf(cookieHeader)
if (beginPosition != -1)
{
var endPosition = cookieString.indexOf(";",beginPosition)
return cookieString.substring(beginPosition + cookieHeader.length, endPosition);
}
else
{
return 100;
}
}

document.Player2.settings.volume = getvol();
setTimeout("showTLab()",1000);

function showTLab(){
document.all("playtime").innerHTML = document.Player2.controls.currentPositionString + " / " + document.Player2.currentMedia.durationString;
if (document.Player2.playState == 8 || document.Player2.playState == 10) {
// PlayState 的值;1=停止;2=暂停中;3=正在播放;4=向前搜索;5=向后搜索;6=缓冲中;7=等待中;8=播放完毕;9=转换曲目;10=准备就绪
if (document.recmdformfrm.recmdnote.value.length == 0) {
Next_OneOK(); }
else {
document.Player2.controls.play();
setTimeout("showTLab()",1000);
}
}
else { setTimeout("showTLab()",1000); }
}

function Next_OneOK(){
window.location="load.asp?s=next";
}



回复