// This is what is used to make the title bar appear differently each time 
function go(){
logo.filters[0].Apply();
logo.style.visibility = "visible";
logo.filters[0].transition=23; //23 = random
logo.filters[0].Play();
}
