function SearchTracker(keywords,resultscount,engine,scope,tab){
	this.keywords = keywords;
	this.resultscount = resultscount;
	this.engine = engine;
	this.scope = scope;
	this.tab = tab;
	
}
