// server that has the server side JSON functions
var server_to_use = "http://search.wikia.com";

// server that has the images
var image_server_to_use = "http://re.search.wikia.com/";

//server that has all the link
var search_server_to_use = "http://people.swlabs.org/~markie/latest/cool/";
+document.write( "<script src=\"" + search_server_to_use + "/js/i18n/i18n.js\" type=\"text/javascript\"></script>" );

//profile picture directory
var profile_pictures_path = "http://images.wikia.com/search/images/photos";

var i18n= {};
document.write('<script id="i18ntrans" type="text/javascript" src="'+server_to_use+'/index.php?action=ajax&rs=wfGetJsTranslation&rsargs[]='+lang+'"></script>');
document.write( "<script src=\"" + search_server_to_use + "/js/i18n/i18n.js\" type=\"text/javascript\"></script>" );