<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR>
<td><TABLE style="VERTICAL-ALIGN: top" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR>
[td style="WIDTH: 400px"]
[/td]
<td vAlign=top>
/*
Author: Addam M. Driver
Date: 10/31/2006
*/
var sMax; // Isthe maximum number of stars
var holder; // Is the holding pattern for clicked state
var preSet; // Is the PreSet value onces a selection has been made
var rated;
// Rollover for image Stars //
function rating(num) {
sMax = 0; // Isthe maximum number of stars
for (n = 0; n < num.parentNode.childNodes.length; n++) {
if (num.parentNode.childNodes[n].nodeName == "A") {
sMax++;
}
}
if (!rated) {
s = num.id.replace("_", ''); // Get the selected star
a = 0;
for (i = 1; i