//'******************************************************************************
//'******************************************************************************
//' Name:		SAMPLE-js-file.js  (sidebar.js??)
//' Author:	    Heather Olsen 
//' Purpose:	Code from SAMPLE-js-file.js file and renamed to sidebar.js file.
//'             Uses:  scroll_win.htm file .
//' Date:       10/16/06
//'******************************************************************************
//'******************************************************************************


<!-- START
                                                                                                                            //#339999 - GREEN, 
                                                                                                                            //#c3c3b7 - lite gray
                                                                                                                            //#253C60 - dark blue
document.write('<table cellpadding=\"2\" cellspacing=\"0\" border=\"0\" style=\"border: #000000 1px solid; background-color: #253C60;COLOR: #FFFFFF; FONT: 13px arial, sans-serif; font-weight: bold;\"><tr><td align=\"center\">');
document.write('All Sizes <br> Affordable Prices!<br>');
document.write('</td></tr><tr><td>');
document.write('<iframe id=\"NewsWindow\" src=\"scroll_win.htm\" width=\"150\" height=\"232\" marginwidth=\"0\" marginheight=\"0\" frameborder=\"0\" scrolling=\"no\" style=\"border: #000000 1px solid;\"></iframe>');

document.write('</td></tr></table>');

<!-- END CODE -->





// SAMPLE SCROLLING NEWS FOR A .JS FILE NON-FLOATING


//document.write('<table cellpadding="2" cellspacing="0" border="0" style="border: #996600 1px solid; background-color: #F0F0F0;COLOR: #996600; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center">');
//document.write('Wide Doors For<br>');
//document.write('</td></tr><tr><td>');
//document.write('<iframe id="NewsWindow" src="scroll_win.htm" width="150" height="232" 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 SAMPLE SCROLLING NEWS FOR A .JS FILE

//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('Floating JS Sample<br>');
//document.write('</td></tr><tr><td>');
//document.write('<iframe id="NewsWindow" src="scroll_win.htm" width="150" height="232" 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 -->