<!--


// COPYRIGHT NOTICE:
//
// This website and JavaScript is Copyrighted 2008 by Coulson Boyd Mullen / Topic Hunter
//
// Absolutely no duplications or derivations in part or whole is allowed.
// 
//
//Protected By Securcode




var a_searchstring =  ["http://btjunkie.org/search?q=searchit", 
                       "http://www.mininova.org/search/?search=searchit",  
                       "http://www.mininova.org/search/?search=searchit",
					   "http://thepiratebay.org/search/searchit/0/99/0",    
                       "http://isohunt.com/torrents/?ihq=searchit", 
					   "http://www.torrentz.com/search?q=searchit",    
					   "http://btjunkie.org/search?q=searchit",    
                       "http://www.bitzip.com/index2.php?q=searchit", 
                       "http://www.btmon.com/torrent/searchit", 
					   "http://www.torrentreactor.net/search.php?search=&words=searchit&cid=0", 
	   			       "http://www.sumotorrent.com/searchResult.php?search=searchit", 
                       "http://www.fulldls.com/search-all-torrents/?qa=searchit", 
                       "http://www.mybittorrent.com/?keywords=searchit&x=0&y=0", 
	 	               "http://www.bitdig.com/search/torrent-searchit/",    
	                   "http://www.torrentbox.com/torrents-search.php?search=searchit&cat=0&submit=TBox+Search",
	                   "http://fenopy.com/?keyword=test&search.x=32&search.y=7&search=Search",
	                   "http://www.seedpeer.com/search.php?search=searchit",              
			           "http://www.torrentvalley.com/search.php?search=searchit&x=0&y=0&act=1&cat=0&trss=1", 
		               "http://www.smartorrent.com/?page=search&term=searchit&cat=0",   
		               "http://www.monova.org/search.php?term=searchit&cat=0", 
			           "http://extratorrent.com/search/?search=searchit&new=1&x=0&y=0", 
			           "http://www.bitenova.nl/asearch/searchit", 
                       "http://www.snarf-it.org/pages/search.html?query=searchit&Submit2=Go%21",
                       "http://bittorrent.am/search.php?kwds=searchit&cat=100&x=0&y=0",
                       "http://sharetv.org/search/searchit",
					   "http://torrentman.com/search.php?op=0&search=searchit", 
					   "http://scrapetorrent.com/Search/index.php?search=searchit&sort=seed&fz=&zs=&cat=",
					   "http://www.slotorrent.net/search.html?search=searchit",
					   "http://torrentmatrix.com/torrents-search.php?search=searchit&incldead=0&inclexternal=0&cat=0&x=0&y=0",
					   "http://www.torrenttyphoon.com/",
					   "http://www.suprnova.com/join.php?keywords=searchit&cat=0",
					   "http://www.litebay.org/search/searchit/1.html",
					   "http://digg.com/search?search=searchit&submit=Submit",
					   "http://search.creativecommons.org/?q=searchit&sourceid=Mozilla-search)",
					   "http://www.imdb.com/find?q=searchit&sourceid=mozilla-search"];
		      
		    
function let(inpstr)
{
    return inpstr.replace(/\+/g, "%2b");
}
function checknew(sendurl)
{
    if (document.searchform.newwin.checked == true)
    {
        newwin = window.open(sendurl);
    }
    else
    {
        location = sendurl;
    }
}
function searchhandling(ss, idx) {
    var s_searchit = let(escape(ss));
    var s_searchstring = a_searchstring[idx];
    s_searchstring = s_searchstring.replace(/searchit/g, s_searchit);
    if (s_searchit == "") {
        alert('Enter a search term!');
        return false;
    } else {
        checknew (s_searchstring);
    }
}


//-->
