<!--
var theURL=window.location.href;
//Get the starting location of all the parameters on the url string 
//(the ? indicates that start of parameters on the url)
var pos=theURL.indexOf('?');
var beginURL=theURL.substr(0,pos);
var searchTerms =keywords();
var offset=1;
var size=10;
var adult=0;
var sites=0;


var finalUrl = "http://feed.genieknows.com/yz/Search?q=" + searchTerms + "&client_id=FINDITIREL_3089&I=" + offset + "&s=" + size + "&adult=" + adult + "&format=js&sites=" + sites;


document.write("<SCRIPT src='" + finalUrl + "'><\/SCRIPT>");
// -->

