function trim(str) {
     return str.replace(/^\s*/,'').replace(/\s*$/,'');
}

function aa()
{
n=1+Math.floor(Math.random()*6);
document.getElementById("visualInner").style.background="#fff  url(img/visual0" + n + ".jpg) 20px top no-repeat";
}