function chilltime_redirect(_url) {var url;url=new String(_url);if(url=="reload") {window.location.reload();return;} url=url.replace(/§/g,"&");window.location=url;return false;}