var rec_array = new Array();
function rec(t,d,u,c,b)
{
this.title = t;
this.description = d;
this.url = u;
this.clickurl = c;
this.bid = b;
};
function out_item (start,num,show ,link,orient)
{
start = start -1;
var pos = start;
var stop = start + num;
if (stop > rec_array.length )
{
stop = rec_array.length;
}
var out = '';
document.write('
');
document.write('');
var is_rec_close = 0;
while (pos < stop)
{
if (is_rec_close == 1)
{
document.write('
');
is_rec_close = 0;
}
document.write('');
if (show.search('t')!=-1)
{
if (link.search('t')!=-1)
{
var out = '' + rec_array[pos].title + '';
}
else
{
var out = rec_array[pos].title;
}
document.write('');
document.write(out);
document.write(' ');
}
if (show.search('d')!=-1)
{
if (link.search('d')!=-1)
{
var out = '' + rec_array[pos].description + '';
}
else
{
var out = rec_array[pos].description;
}
document.write(out);
document.write(' ');
}
if (show.search('u')!=-1)
{
if (link.search('u')!=-1)
{
var out = '' + rec_array[pos].url + '';
}
else
{
var out = rec_array[pos].url;
}
document.write(out);
document.write(' ');
}
document.write(' ');
document.write(' | ');
if (orient == 'v')
{
document.write('
');
is_rec_close = 1;
}
pos++;
}
if (is_rec_close == 0)
{
document.write('');
}
document.write('
');
}
rec_array[0] = new rec("Household","Looking for Household? 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/45935/7bc81a13f4f8e19c7b5be026cfcabbc8/M2/0","0.0420");
rec_array[1] = new rec("Cleaning","Looking for Cleaning? 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/45935/7bc81a13f4f8e19c7b5be026cfcabbc8/M2/1","0.0280");
rec_array[2] = new rec("Searching for Household Cleaning Tip","Discover and compare hundreds of sources for Household Cleaning Tip.","http://www.happili.com","http://206.161.121.100/c/45935/7bc81a13f4f8e19c7b5be026cfcabbc8/M2/2","0.0280");
rec_array[3] = new rec("Shop Household-cleaning-tip Here","The Best Household-cleaning-tip Sales! Get The Latest For Less.","http://www.juggle.com","http://206.161.121.100/c/45935/7bc81a13f4f8e19c7b5be026cfcabbc8/M2/3","0.0236");
rec_array[4] = new rec("Find Household Cleaning Tip","Stop searching for Household Cleaning Tip. Find it here!","http://www.monstermarketplace.com/","http://206.161.121.100/c/45935/7bc81a13f4f8e19c7b5be026cfcabbc8/M2/4","0.0210");
rec_array[5] = new rec("Are you looking for Household Cleaning Tip?","Check results for Household Cleaning Tip on our free comparison site.","http://local.zubican.com","http://206.161.121.100/c/45935/7bc81a13f4f8e19c7b5be026cfcabbc8/M2/5","0.0210");
rec_array[6] = new rec("Household Cleaners","Great Deals On Household Cleaners. Compare Household Cleaners Offers!","http://Household-Cleaners.Center.us.com","http://206.161.121.100/c/45935/7bc81a13f4f8e19c7b5be026cfcabbc8/M2/6","0.0189");
rec_array[7] = new rec("Local Carpet, Rug, & Upholstery Cleaning Services","Find local Carpet, Rug, or Upholstery Cleaning Services. Search by location, read reviews.","http://yellowpages.whowhere.com","http://206.161.121.100/c/45935/7bc81a13f4f8e19c7b5be026cfcabbc8/M2/7","0.0158");
rec_array[8] = new rec("Cleaning","Find Cleaning. We have the lowest prices and best Information. Don't wait, check it out now.","http://www.ShoppingNetwork101.info","http://206.161.121.100/c/45935/7bc81a13f4f8e19c7b5be026cfcabbc8/M2/8","0.0158");
rec_array[9] = new rec("Cleaning","Find Cleaning. We have the lowest prices and best Information. Don't wait, check it out now.","http://www.ShoppersGuide101.info","http://206.161.121.100/c/45935/7bc81a13f4f8e19c7b5be026cfcabbc8/M2/9","0.0158");