// Big Brother JavaScript Document

function changUrl(url)
{
window.location=url;
}