function clicktracker()
{
//1
var ranNum= Math.round(Math.random() * 1);
if (ranNum == 0){document.write('<form action="http://www.hotscripts.com/cgi-bin/rate.cgi" method="POST">  <input type="hidden" name="ID" value="12547"><div align="center"><center><table border="0"  cellpadding="4" cellspacing="1" width="100%" style="border: 1 dotted">    <tr>      <font COLOR="000000"><td width="100%"><div align="center"><center><table BORDER="0"      CELLSPACING="0" CELLPADDING="2">        <tr>          <td><font face="Verdana" size="2"><b><img src="http://www.focalmedia.net/rating.gif"></b></font></td>          <td><b><font face="Verdana" size="2">Rate </font></font><font COLOR="000000"          face="Verdana" size="2">FM Click Tracker at </b><strong>HotScripts.com</strong><b>:</b></font><font          COLOR="000000"></font></td>          <td valign="top"><select name="rate" size="1">            <option selected>Select Your Rating</option>            <option value="5">Excellent!</option>            <option value="4">Very Good</option>            <option value="3">Good</option>            <option value="2">Fair</option>            <option value="1">Poor</option>          </select> <input type="submit" value="Rate It!"><font COLOR="000000"></font></td>        </tr>      </table>      </center></div></td>    </tr>  </table>  </center></div></form>'); } // hotscripts
if (ranNum == 1){document.write('<form action="http://www.scriptsearch.com/cgi-bin/rate.cgi" method="POST">  <input type="hidden" name="ID" value="2983"><div align="center"><center><table border="0"  cellpadding="4" cellspacing="1" width="100%" style="border: 1 dotted">    <tr>      <font COLOR="000000"><td width="100%"><div align="center"><center><table BORDER="0"      CELLSPACING="0" CELLPADDING="2">        <tr>          <td><font face="Verdana" size="2"><b><img src="http://www.focalmedia.net/rating.gif"></b></font></td>          <td><b><font face="Verdana" size="2">Rate </font></font><font COLOR="000000"          face="Verdana" size="2">FM Click Tracker at </b><strong>ScriptSearch.com</strong><b>:</b></font><font          COLOR="000000"></font></td>          <td valign="top"><select name="rate" style="font-size: 8pt" size="1">            <option value="0" selected>- Select -</option>            <option value="5">Excellent!</option>            <option value="4">Very Good</option>            <option value="3">Good</option>            <option value="2">Fair</option>            <option value="1">Poor</option>          </select> <input type="submit" value="Rate It!" style="font-size: 8pt"><font          COLOR="000000"></font></td>        </tr>      </table>      </center></div></td>    </tr>  </table>  </center></div></form>'); } // scriptsearch
}
