<!--



function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<b>Working Together!</b>'
mycontent[2]='<b>Sharing Information!</b>'
mycontent[3]='<b>Technician Aid!</b>'
mycontent[4]='<b>Parts Research!</b>'
mycontent[5]='<b>Troubleshooting Techniques!</b>'
mycontent[6]='<b>Mailing Lists!</b>'
mycontent[7]='<b>Tech Forums!</b>'
mycontent[8]='<b>Online Databases!</b>'
mycontent[9]='<b>Add Your Tips!</b>'
mycontent[10]='<a href="http://www.techassist.net/cgi-bin/yabb/YaBB.cgi"><b><FONT COLOR="#FFFFFF">The New Consumers Corner!</font></a></b>'
mycontent[11]='<b>Simple Registration!</b>'
mycontent[12]='<b>Suggest New Features!</b>'
mycontent[13]='<b>RCA Repair Tips!</b>'
mycontent[14]='<b>Magnavox Repair Tips!</b>'
mycontent[15]='<b>Sony Repair Tips!</b>'
mycontent[16]='<b>Interactive Website!</b>'
mycontent[17]='<b>Here to help!</b>'
mycontent[18]='<b>New Tips to be Added Soon!</b>'
mycontent[19]='<b>Member Support!</b>'
mycontent[20]='<b>Technicians Only!</b>'

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
