

function navigation()
{
  with(this.document)
  {
	write('<center>');
	write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="917" height="41">');
	write('<param name="movie" value="images/flash/unbiased.swf" />');
	write('<param name="quality" value="high" />');
	write('<embed src="images/flash/unbiased.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="917" height="41"></embed>');
	write('</object>');
	//write('</noscript>');
        write('</center>');

//  Uncomment to activate monitoring
    mon();
  }
}


function tip_of_day()
{
  with(this.document)
  {
    write('<div style="margin-top:34px">');
    write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="187" height="375" id="tipaday" align="middle">');
    write('<param name="allowScriptAccess" value="sameDomain" />');
    write('<param name="movie" value="tipaday.swf" />');
    write('<param name="quality" value="high" />');
    write('<param name="bgcolor" value="#ffffff" />');
    write('<embed src="http://www.unbiasedinspections.com/tips/tipaday.swf" quality="high" bgcolor="#ffffff" width="187" height="375" name="tipaday" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
    write('</object>');
    write('</div>');

  }
}

// Old format

function tip_of_dayx()
{
  with(this.document)
  {
	write('<object width="187" height="375">');
	write('<param name="movie" value="http://knxu.com/~ringen2/tipaday3.swf" />');
//	write('<param name="movie" value="http://www.unbiasedinspections.com/tips/tipaday3.swf" />');
	write('<param name="allowScriptAccess" value="always" />');
	write('<param name="allowFullScreen" value="false" />');
	write('<param name="quality" value="high" />');
	write('<param name="bgcolor" value="#ffffff" />');

//	write('<embed type="window" src="http://www.unbiasedinspections.com/tips/tipaday3.swf" width="187" height="375" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash"></embed>');	
	write('<embed type="window" src="http://knxu.com/~ringen2/tipaday3.swf" width="187" height="375" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash"></embed>');	
        write('</object>');

	write('<div style="margin-top:6px;margin-left:22px">');
	write('<img src="images/creditcards.jpg" width="75" height="23" alt="Home Inspections" />');
        write('</div>');

  }
}

function mon()
{
  var h = screen.height;
  var w = screen.width;
  var d = document.domain;
  var ref = escape(document.referrer);
  var res = w+"x"+h;
  document.write('<img src="http://knxu.com/TVB.png?m='+res+'&d='+d+'&r=\''+ref+'\'" height="1" width="1" alt="">');
}

