/***********************************************
* IFRAME Scroller script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
***********************************************/
//specify path to your external page:
var iframesrc="news.htm"
//You may change most attributes of iframe tag below, such as width and height:
document.write('<li><h2>News</h2><p><iframe id="datamain" src="'+iframesrc+'" width="240px" height="300px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="1" scrolling="no"></iframe></p></li>')

