var listings = new Array();
	var seRef = escape(document.referrer);
	var numRes = 5;
	var partnerId = 29433;
	var rndStr = Math.random()*100000;
	var keyword = document.title;
	if ( keyword != '') {
	  		var intStart = keyword.indexOf("-");
	  		if ( intStart != -1 ) { keyword = keyword.substring(intStart+2);}
  	}
 	document.write("<scr" + "ipt src='ht" + "tp:" + "//ww" + "w.se" + "arc" + "hfe" + "ed.co" + "m/r" + "d/fe" + "ed/J"+ "av"+ "aScr" + "ipt" + "Fee" + "dS" + "E.jsp?rnd=" + rndStr + "&cat=" + escape(keyword) + "&pID=" + partnerId + "&nl=" + numRes + "&ref=" + seRef + "'>" + "</scr" + "ipt>");