function testtest(var1)
{
document.write('<marquee><strong>');
document.write(var1);
document.write('</strong></marquee>');
}