// JavaScript Document

/***********************************************
* IFRAME Scroller script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

//specify path to your external page:
var iframesrc="newstxt.htm"

//You may change most attributes of iframe tag below, such as width and height:
document.write('<iframe id="datamain" src="'+iframesrc+'" width="128px" height="80px" style="margin-left:1px; margin-top:0px; margin-bottom:0px; margin-right:0px;" frameborder="0" scrolling="no"> </iframe>')
