// FLOATING SAMPLE SCROLLING NEWS FOR A .JS FILE

document.write('<div id="IframeScroller" style="position:absolute; visibility:show; z-index:2;left:20px;top:150px;">');
document.write('<table cellpadding="2" cellspacing="0" border="0" style=" COLOR: #FFFFFF; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center" class="style-1">');
document.write('Transcend Updates<br>');
document.write('</td></tr><tr><td align="center">');
document.write('<iframe id="NewsWindow" src="news_win.php" width="220" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style=" height:290px;margin-left:18px;"></iframe><br>');
document.write('</td></tr></table>');
document.write('</DIV>');

// END CODE 