// 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

/***********************************************
* 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="scrollercontent.html"

//You may change most attributes of iframe tag below, such as width and height:
document.write('<iframe id="datamain" src="'+iframesrc+'" width="210px" height="225px" marginwidth="8" marginheight="0" hspace="5" vspace="3" frameborder="1" scrolling="no"></iframe>')

