var txt=":::::::: ADS - CQMax USA ::::::::"; 
var wait=200; 
var refresh=null; 

function head_title() { 
document.title=txt; 
txt=txt.substring(1,txt.length)+txt.charAt(0); 
refresh=setTimeout("head_title()",wait);} 
head_title(); 