

//alert('temp.js');

function putIndicator(num) {

s='';
s+='<table cellpadding="0" cellspacing="0" border="0" width="600" bgcolor="ccccff">';
s+='<tr valign="middle">';

if (num == 1) {
s+='<td width="50" bgcolor=ff0000><img src="pics/spacer50.gif" width="50" height="2" border="0"></td>';
} else {s+='<td width="50" bgcolor="ffffff"><img src="pics/spacer.gif" width="50" height="2" border="0"></td>';}

if (num == 2) {
s+='<td width="50" bgcolor=ff0000><img src="pics/spacer50.gif" width="50" height="2" border="0"></td>';
} else {s+='<td width="50" bgcolor="ffffff"><img src="pics/spacer.gif" width="50" height="2" border="0"></td>';}

if (num == 3) {
s+='<td width="50" bgcolor=ff0000><img src="pics/spacer50.gif" width="50" height="2" border="0"></td>';
} else {s+='<td width="50" bgcolor="ffffff"><img src="pics/spacer.gif" width="50" height="2" border="0"></td>';}

if (num == 4) {
s+='<td width="50" bgcolor=ff0000><img src="pics/spacer50.gif" width="50" height="2" border="0"></td>';
} else {s+='<td width="50" bgcolor="ffffff"><img src="pics/spacer.gif" width="50" height="2" border="0"></td>';}

if (num == 5) {
s+='<td width="50" bgcolor=ff0000><img src="pics/spacer50.gif" width="50" height="2" border="0"></td>';
} else {s+='<td width="50" bgcolor="ffffff"><img src="pics/spacer.gif" width="50" height="2" border="0"></td>';}

if (num == 6) {
s+='<td width="50" bgcolor=ff0000><img src="pics/spacer50.gif" width="50" height="2" border="0"></td>';
} else {s+='<td width="50" bgcolor="ffffff"><img src="pics/spacer.gif" width="50" height="2" border="0"></td>';}

if (num == 7) {
s+='<td width="50" bgcolor=ff0000><img src="pics/spacer50.gif" width="50" height="2" border="0"></td>';
} else {s+='<td width="50" bgcolor="ffffff"><img src="pics/spacer.gif" width="50" height="2" border="0"></td>';}

if (num == 8) {
s+='<td width="50" bgcolor=ff0000><img src="pics/spacer50.gif" width="50" height="2" border="0"></td>';
} else {s+='<td width="50" bgcolor="ffffff"><img src="pics/spacer.gif" width="50" height="2" border="0"></td>';}

if (num == 10) {
s+='<td width="50" bgcolor=ff0000><img src="pics/spacer50.gif" width="50" height="2" border="0"></td>';
} else {s+='<td width="50" bgcolor="ffffff"><img src="pics/spacer.gif" width="50" height="2" border="0"></td>';}

if (num == 9) {
s+='<td width="50" bgcolor=ff0000><img src="pics/spacer50.gif" width="50" height="2" border="0"></td>';
} else {s+='<td width="50" bgcolor="ffffff"><img src="pics/spacer.gif" width="50" height="2" border="0"></td>';}

if (num == 11) {
s+='<td width="50" bgcolor=ff0000><img src="pics/spacer50.gif" width="50" height="2" border="0"></td>';
} else {s+='<td width="50" bgcolor="ffffff"><img src="pics/spacer.gif" width="50" height="2" border="0"></td>';}

if (num == 12) {
s+='<td width="50" bgcolor=ff0000><img src="pics/spacer50.gif" width="50" height="2" border="0"></td>';
} else {s+='<td width="50" bgcolor="ffffff"><img src="pics/spacer.gif" width="50" height="2" border="0"></td>';}

s+='</tr>';

//s+='<tr valign="top"><td colspan="15"><img src="pics/spacer.gif" width="1" height="3" border="0"></td></tr>';

s+='</table>';

document.write(s);

}

