<!-- START


// SCROLLING NEWS WINDOW


document.write('<table cellpadding="2" cellspacing="0" border="0" style="border: #000000 1px solid; background-color: #996666; COLOR: #FFFFFF; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center">');
document.write('Latest News<br>');
document.write('</td></tr><tr><td>');
document.write('<iframe id="NewsWindow" src="news_win.htm" width="175" height="300" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border: #000000 1px solid;"></iframe>');
document.write('</td></tr></table>');
document.write('<br><br>');

// END CODE 1


// FLOATING NEWS WINDOW

// document.write('<div id="IframeScroller" style="position:absolute; visibility:show; right: 100px; top: 100px; z-index:3">');
// document.write('<table cellpadding="2" cellspacing="0" border="0" style="border: #000000 1px solid; background-color: #996666;COLOR: #FFFFFF; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center">');
// document.write('Latest News<br>');
// document.write('</td></tr><tr><td>');
// document.write('<iframe id="NewsWindow" src="news_win.htm" width="130" height="250" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border: #000000 1px solid;"></iframe><br>');
// document.write('</td></tr></table>');
// document.write('</DIV>');

// END CODE 2



// -- END FILE -->