function titler(text,wid)
{
document.write('<span class="titler">'+text+'</span>');
}
