﻿document.write('<div id="newsletter">');
document.write('<form name="frmNews" method="get" action="r-tech-solutions-newsletters.html">');
document.write('<h2>Newsletters</h2>');
document.write('<p>Get FREE information and <br />');
document.write('offers from us. Sign up now. <br />');
document.write('<input style="text-align:center;" name="email" type="text" value="E-mail Address" />');
document.write('<button class="newsSubmit"  onclick="javascript:document.frmNews.submit();">Submit</button>');
document.write('</p>');
document.write('</form>');
document.write('</div>');
