<!-- hide from old browsers

//Writes bookmark if button is clicked

	function bookmarkIt(url,title) {
		if (document.all) {
		window.external.AddFavorite(url,title);
		}
		else {
			alert("Press CTRL-D to Bookmark this page.");
		}
	}

// finish hiding from old browsers -->


var newPage = '';
newPage += '<html>';
newPage += '<head>';
newPage += '<title>I am fat and I want to lose. !</title>';
newPage += '<meta name="description" content="Easy weight loss programs.">';
newPage += '<meta name="keywords" content="lose weight the easy way.">';
newPage += '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">';
newPage += '<meta name="MSSmartTagsPreventParsing" content="TRUE">';
newPage += '<style type="text/css">';
newPage += 'TD { font-family : Arial; vertical-align : middle; font-size: 12px;}';
newPage += '</style>';
newPage += '</head>';
newPage += '<body bgcolor="#FFFFFF" text="#000000" alink="#FF0000" vlink="#FF0000" link="#0000FF">';
newPage += '<BR>';
newPage += '<table width="100%" border="1" align="CENTER" cellspacing="0" cellpadding="6">';
newPage += '  <tr>';
newPage += '    <td><br><br><CENTER><a href="http://click.linksynergy.com/fs-bin/click?id=h4TNmx5p*KQ&offerid=51678.10000187&type=4&subid=0"><IMG alt="Banner 10000187" border="0" src="http://1800patches.com/Banners/Cosmetic/lepatch_544x745_1.jpg"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=h4TNmx5p*KQ&bids=51678.10000187&type=4&subid=0">';
newPage += '</CENTER><BR><br><br>';
newPage += '';
newPage += '      <table width="95%" border="0" align="CENTER" cellspacing="1" cellpadding="1">';
newPage += '        <tr>';
newPage += '          <td align="right" valign="middle"><FONT FACE="ARIAL"><B>I want to loose:-&nbsp;&nbsp;</b></font></td>';
newPage += '          <td width="50">';
newPage += '            <select>';
newPage += '              <option value="10" selected>10</option>';
newPage += '              <option value="20">20</option>';
newPage += '              <option value="30">30</option>';
newPage += '              <option value="40">40</option>';
newPage += '              <option value="50">50</option>';
newPage += '              <option value="60">60</option>';
newPage += '              <option value="70">70</option>';
newPage += '              <option value="More">More</option>';
newPage += '            </select></td>';
newPage += '          <td width="20"><FONT FACE="ARIAL"><B>lbs</b></font></td>';
newPage += '          <td><a href="http://click.linksynergy.com/fs-bin/click?id=h4TNmx5p*KQ&offerid=51678.95864345&type=10&subid="><img src="images/click_here.gif" width="88" height="25" border="0" alt="click_here">';
newPage += '</a><img alt="icon" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=h4TNmx5p*KQ&bids=51678.95864345&type=10&subid="></td>';
newPage += '        </tr>';
newPage += '      </table>';
newPage += '';
newPage += '      <CENTER><img src="images/dots.gif" width="40" height="20" border="0" alt="Diet Pill Animation"><br><br><br><br><script type="text/javascript"><!--';
newPage += 'google_ad_client = "pub-5508841969991781";';
newPage += 'google_ad_width = 468;';
newPage += 'google_ad_height = 60;';
newPage += 'google_ad_format = "468x60_as";';
newPage += 'google_color_border = "CCCCCC";';
newPage += 'google_color_bg = "FFFFFF";';
newPage += 'google_color_link = "000000";';
newPage += 'google_color_url = "666666";';
newPage += 'google_color_text = "333333";';
newPage += '//--></script>';
newPage += '<script type="text/javascript"';
newPage += '  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">';
newPage += '</script><br><br></CENTER><BR><BR>';
newPage += '<BR><BR></td>';
newPage += '  </tr>';
newPage += '</table>';
newPage += '<p><p>';
newPage += '</body>';
newPage += '</html>';

var unloaded=1;
var ns4 = (document.layers);
var ie4 = (document.all && !document.getElementById);
var ie = (document.all && document.getElementById);
var ns = (!document.all && document.getElementById);
if (ie4) { ie = true; }
function unloader() {
  if (unloaded) {									
    var newWin = window.open("","_blank","scrollbars, resizable, toolbar, statusbar, width=800, height=600");
    newWin.blur();
    newWin.document.write(newPage);
    newWin.document.close();
  }
}
function clicker() {
  unloaded = 0;
}
function initiator() { 
  if (ie){
     for(var dI=0;dI<document.all.length;dI++){ 
        var cI = document.all[dI]; 
        if (cI.href) { 
           cI.attachEvent('onclick', clicker); 
        }
     }
     window.attachEvent('onunload', unloader);
  }
  if(ns){
     var cI = document.getElementsByTagName('a');
     for (var i=0; i< cI.length; i++){
        cI[i].addEventListener('click', clicker, false);
     }
     window.addEventListener('unload', unloader, false);
  }
}
if (ie){
  window.attachEvent('onload', initiator);
}
if (ns){
  window.addEventListener('load', initiator, true);
}

