分页: 1 / 1

RE:闹元宵(月下燕子)

发表于 : 周六 2月 27, 2010 12:28 am
云想衣裳
感谢你虔诚的祝福,同心同愿!

RE:闹元宵(月下燕子)

发表于 : 周六 2月 27, 2010 12:37 pm
珍妮
谢谢燕子,问候!

闹元宵(月下燕子)

发表于 : 周六 6月 19, 2010 9:28 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";
}