var results=new Array();var records=0;
results[records++]=new Array("Insulin Found!","Find 50+ matches for Insulin.","http://www.juggle.com","http://206.161.121.100/c/75099/5fc8c5616188a48ad88aca215eff23f1/M1/0");results[records++]=new Array("Insulin Info","Get Info on Insulin from 10 search engines in 1.","http://www.info.com/","http://206.161.121.100/c/75099/5fc8c5616188a48ad88aca215eff23f1/M1/1");results[records++]=new Array("Insulin Found!","Find 50+ matches for Insulin.","http://www.juggle.com","http://206.161.121.100/c/75099/5fc8c5616188a48ad88aca215eff23f1/M1/2");results[records++]=new Array("Insulin","Looking for Insulin? Search over 15,000 sites with one clicks. Your source for everything under the sun!","http://www.findstuff.com","http://206.161.121.100/c/75099/5fc8c5616188a48ad88aca215eff23f1/M1/3");results[records++]=new Array("Looking for friends with diabetes?","Join the largest community for diabetic people. 100% FREE!","http://diabeticconnect.com","http://206.161.121.100/c/75099/5fc8c5616188a48ad88aca215eff23f1/M1/4");results[records++]=new Array("Looking for Insulin?","Find Insulin Online. Get Started Now.","http://www.searchnext.com/ab","http://206.161.121.100/c/75099/5fc8c5616188a48ad88aca215eff23f1/M1/5");results[records++]=new Array("Searching for Insulin","Discover and compare hundreds of sources for Insulin.","http://www.happili.com","http://206.161.121.100/c/75099/5fc8c5616188a48ad88aca215eff23f1/M1/6");results[records++]=new Array("Find Insulin","Stop searching for Insulin. Find it here!","http://www.monstermarketplace.com/","http://206.161.121.100/c/75099/5fc8c5616188a48ad88aca215eff23f1/M1/7");results[records++]=new Array("Are you looking for Insulin?","Check results for Insulin on our free comparison site.","http://local.zubican.com","http://206.161.121.100/c/75099/5fc8c5616188a48ad88aca215eff23f1/M1/8");results[records++]=new Array("Get Insulin Here","Great selection from top providers. Visit us today!","http://www.manyrecipes.com/","http://206.161.121.100/c/75099/5fc8c5616188a48ad88aca215eff23f1/M1/9");


if (!self.w){
	function w(s){document.write(s);}
}
if (records){
	w('<table class="at" id="at">');
	w('<tr class="ar" id="ar_0">');
	c=1;
	records--;
	for(i=0;i<=records;i++){
		w('<td class="ac" id="ac_'+i+'">');
				w('<a target="_blank" class="id" id="id_'+i+'" href="'+results[i][3]+'">'+results[i][1]+'</a><br>');				w('</td>');
		if (i!=records) w('</tr><tr class="ar" id="ar_'+(c++)+'">');	}
	w('</tr>');
	w('</table>');
}
