<!--
document.writeln('<table border=0 width=100% cellpadding=0 cellspacing=0 class="body">');
document.writeln('<TR>');
document.writeln('<TD background="graphics/hr_dot.gif"><img src="graphics/spacer.gif"></TD>');
document.writeln('</TR>');
document.writeln('</table>');

document.writeln('<table border=0 width=100% cellpadding=3 cellspacing=0 class="body">');
document.writeln('<TR>');
document.writeln('<TD bgcolor="#E6E4E4">&nbsp;&nbsp; &#169; Copyright 2010 by ValueDOT, LLC. All rights reserved.</TD>');
document.writeln('<TD bgcolor="#E6E4E4" align="right">');
document.writeln('<a href="mailto:info@valuedot.com">info@valuedot.com</a></b>&nbsp;&nbsp;');
document.writeln('</TD>');
document.writeln('</TR>');
document.writeln('</TABLE>');

window.status='ValueDOT, LLC';



/* ************************ */
/* *****NO TOP FRAMES****** */
if(top.frames.length != 0)
  {
  top.location = self.location
  }
//-->
