if ( newWidth > 0 || newHeight > 0 ) {
var ssxyzzy = document.getElementById( "ssxyzzy" );
var cssAttribs = ['#' + msg.id + '{'];
if ( newWidth > 0 ) cssAttribs.push( 'width:' + newWidth + 'px;' );
if ( newHeight > 0 ) cssAttribs.push( ' height:' + newHeight + 'px;' );
cssAttribs.push( '}' );
try {
ssxyzzy.sheet.deleteRule( 0 );
ssxyzzy.sheet.insertRule( cssAttribs.join(""), 0 );
} catch( e ){}
}
}
function imgsDone( msg ) // for Firefox, we need to scan for images that haven't set their width yet
{
var imgList = msg.getElementsByTagName( "IMG" );
var len = ((imgList == null)? 0 : imgList.length);
for ( var i = 0; i < len; ++i ) {
var theImg = imgList[i];
if ( ! theImg.complete && "undefined" != typeof theImg.naturalWidth && theImg.naturalWidth == 0 ) {
return false;
}
}
return true;
}
var msg = document.getElementById( "message7160023675154837850120917454123347852oSObkYn4Ur5HQVrr2mDutIMXA5IvfigYrOR9A22t6hRhhxxMmitShCKQkQubARQvgDgHIhYjRW1PPOgijNsgvIg23AGYwzEYrqtnVZc1VPalYu7U6H9BwHIhjZWmB6czBGts6z2Y4qGVHqEAAQGLFUvJN" );
if ( oBw.agt.match( /gecko/ ) == "gecko" ) { if ( msg && "undefined" != typeof msg ) { rmvScroll( msg ); }
} else { msg.style.visibility = "visible"; }
任意門-缺氧/楊丞琳
我的影音播放列表
function playnext(){
if(init_myplaylist.length>0){
var fid = init_myplaylist[0][0];
var mid = init_myplaylist[0][1];
location.href='/vlog/personal.asp?memid='+mid+'&fid='+fid+'&playnext=1';
}
}