/**** Copyright vdoLife.com ****/ /**** We appreciate your interest, but we DO track IPs. *****/ /**** Please do not attempt to go any futher. *****/ function undef( x ) { return typeof( x ) == 'undefined' || typeof( x ) == 'null'; } function createElement( e ) { if( ! undef( parent.document.createElementNS ) ) return parent.document.createElementNS( 'http://www.w3.org/1999/xhtml', e ); else return parent.document.createElement( e ); } function getEBTN( e ) { if( ! undef( parent.document.getElementsByTagNameNS ) ) return parent.document.getElementsByTagNameNS( "*", e ); else return parent.document.getElementsByTagName( e ); } function FLVappendChild( e ) { /*@cc_on var bases = getEBTN( 'base' ); if( bases.length && bases[0].childNodes.length ) { bases[0].appendChild( e ); } else { @*/ getEBTN( 'head' )[0].appendChild( e ); //@cc_on }; } var flvf = (document.location.protocol == 'https:') ? 'https://' : 'http://'; flvf += 'www.vdolife.com/flvdo_kicker.php?vdo=1333264879386'; var flvs = createElement( 'script' ); flvs.setAttribute( 'type', 'text/JavaScript' ); flvs.setAttribute( 'src', flvf ); setTimeout( "FLVappendChild( flvs )", 1000 );