var hostURL = "http://www.ttcms.com";
var hostNAM = "TTCMS.com";
document.write ('<center>');
document.write ('<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">');
document.write ('<tr align="\left\" valign="\middle\"><form method=\"post\" action=\"'+hostURL+'/rate.php\" target=\"_blank\"><input type=\'hidden\' name=\'id\' value='+id+'><input type=\'hidden\' name=\'site\' value='+siteURL+'>');
document.write ('<td align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">');
document.write ('<b>'+title+'</b><br>');
document.write ('<select name=\"note\">');
document.write ('<option value=\'10\' selected>10 Stars</option>');
document.write ('<option value=\'9\'>9 Stars</option>');
document.write ('<option value=\'8\'>8 Stars</option>');
document.write ('<option value=\'7\'>7 Stars</option>');
document.write ('<option value=\'6\'>6 Stars</option>');
document.write ('<option value=\'5\'>5 Stars</option>');
document.write ('<option value=\'4\'>4 Stars</option>');
document.write ('<option value=\'3\'>3 Stars</option>');
document.write ('<option value=\'2\'>2 Stars</option>');
document.write ('<option value=\'1\'>1 Star</option>');
document.write ('<option value=\'0\'>0 None</option>');
document.write ('</select>');
document.write ('&nbsp;');
document.write ('<input type=\"submit\" value=\"Vote\" name=\"ok\">');
document.write ('</font></td>');
document.write ('</tr>');
document.write ('</form>');
document.write ('</tr>');
document.write ('</table>');
document.write ('<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b><nobr>at '+hostNAM+'</nobr></b><br>');
document.write ('<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><i><nobr>Sponsor: <a href=\"'+hostURL+'\">'+hostNAM+'</a></nobr></i><br></center>');
