| OLD | NEW | 
| (Empty) |  | 
 |   1 <body bgcolor="#ffffff" topmargin="2" marginheight="2"> | 
 |   2 <table cellSpacing="2" cellPadding="0" width="100%" border="0"> | 
 |   3 <form action='[$~DELETE~$]' method="post" name="delform"> | 
 |   4 <input name="redir" type="hidden" value="[REDIR]"> | 
 |   5 <script> | 
 |   6 <!-- | 
 |   7 function deleting() { | 
 |   8 f=document.getElementsByName("del"); | 
 |   9 var num = 0;  | 
 |  10 if (f.length) | 
 |  11  for(i=0;i<f.length; i++) | 
 |  12   if(f[i].checked) num++; | 
 |  13   if (num == 1) alert("One checked result has been removed"); | 
 |  14   else if (num > 1) alert(num + " checked results have been removed"); | 
 |  15   else alert("No results were checked, so no results have been removed"); | 
 |  16 } | 
 |  17 function checkall(v) { | 
 |  18  f=document.getElementsByName("del"); | 
 |  19  if (f.length)  | 
 |  20   for(i=0;i<f.length; i++) | 
 |  21    f[i].checked=v; | 
 |  22 } | 
 |  23 //--> | 
 |  24 </script> | 
 |  25 <tr> | 
 |  26 <td vAlign="top" width="1%"><A href='[$~HOMEPAGE~$]'> <img alt="Go to Google Des
    ktop Search" width="150" height="55" src="/logo3.gif" border="0" vspace="12"></A
    ></td> | 
 |  27 <td> </td> | 
 |  28 <td noWrap> | 
 |  29  <table cellSpacing="0" cellPadding="0" width="100%" border="0"> | 
 |  30  <tr> | 
 |  31  <td bgColor="#DD0000"><img height="1" alt="" width="1"></td> | 
 |  32  </tr> | 
 |  33  </table> | 
 |  34  <table cellSpacing="0" cellPadding="0" width="100%" border="0"> | 
 |  35  <tr> | 
 |  36  <td noWrap bgColor="#efefef"><font size="+1"><b> Remove Specific Items</b>
    </font></td> | 
 |  37  <td noWrap align="right" bgColor="#efefef"><font size="-1"><a href="http://desk
    top.google.com/remove.html">Help</a>  </font></td> | 
 |  38  </tr> | 
 |  39  </table> | 
 |  40 </td> | 
 |  41 </tr> | 
 |  42 </table> | 
 |  43 <table cellSpacing="0" cellPadding="2" width="100%" border="0"> | 
 |  44 <tr bgColor="#EFEFEF"> | 
 |  45 <td><font size="-1"> <B>Remove</B> checked results and <B>return to search<
    /B>.</font></td> | 
 |  46 <td align="right"><font size="-1"><a onClick='checkall(1)' href="#">Check all</a
    > - <a onClick='checkall(0)' href="#"> | 
 |  47 Uncheck all</a>  </font></td> | 
 |  48 <td align="right" width="1%" nowrap><font size="-1"><input onclick="deleting()" 
    type="submit" value="Remove checked results" name="submit2"></font></td> | 
 |  49 </tr> | 
 |  50 </table> | 
 |  51 <br> | 
 |  52 <table cellspacing="0" cellpadding="2" width="100%" border="0"> | 
 |  53 <tr> | 
 |  54 <td colSpan="3" bgcolor="#FFFFFF" style="border:solid; border-width:1px; border-
    color:#DD0000"><font size="-1"> <b>Remove  | 
 |  55 checked items from Google Desktop Search. Other copies of the same items will no
    t be  | 
 |  56 affected.<br> | 
 |  57  If you view the item again, it will be added back to Google Desktop Search
    .</b></font></td> | 
 |  58 </tr> | 
 |  59 </table> | 
 |  60 <br> | 
| OLD | NEW |