Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // JScript File
- if (typeof(width) == 'undefined') width = 600;
- if (typeof(height) == 'undefined') height = 400;
- if (width < 480) width = 480;
- if (height < 380) height = 380;
- if (width < height) height = width;
- document.write('<ifr'+'ame src="http://www.direct-tv.comuf.com/channel/id/'+ fid +'.php?width='+width+'&height='+height+'" width="'+ width +'" height="' + height + '" frameborder="0" scrolling="no" allowtransparency="true" id="direct-tv.comuf.com"></ifr'+'ame>') ;
- /**/
Advertisement
Add Comment
Please, Sign In to add comment