var bartext='ONLY FREE DOWNLOADS';
function display()
{
window.status=bartext;
tmp=setTimeout("display()",1);
}
display()