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("Find Insurance Agents in Your ZIP Code","Find Local Insurance Agents in your ZIP Code and Compare Agents & National Carriers. Compare Quotes from Top Providers and Begin Saving Today!","http://www.InsWeb.com/local-agents","http://68.169.84.155/go.php?c=crnCawAsGNmgh1jgREeaiFXq2Eh7i%2BzZbZuWO9QUbQ5lXe5z%2FN07JN2fHTz71sLvJq2uDLpl101%2B2fqL0gww3uf7DUxzCHCQBXoltuYd1iWLbZy9%2Fmmi%2FCtzqedRZYW6Nd4ayH8Chl25ADNb40ZGL9%2BY9lf9eJPqZL49HBHvgAVW01C4uigayh2xoKfO0g6dmAVGUPE4tZN5S2Xc05ilpGBeHO6my8odkjWnCTnyMZ2yRLc8veKAqd8ULy6gdWX5T1xdPK%2FrVP9X0CQJC5Ir5Jt2iNdI9RMyTYWMUbKmvlxHm5HcT0pDyF65iQ0TM1C46vpBlHJh0jhz62f5Mak3RaxX8qYRgF982Z53PXD6%2Fbyi01k4uOeocPXgf7jZtx98PAGmTLq8QrX7A2ZlmiS6rCSCOBz%2BkCiULUquzoAi4Bv%2BzhQXbesD4xOQL0us2b6SNV46hR9MMz%2FSDDzczXg2v3A6mqhWnRpI%2B3pIZTkdRyQUaOQ6TmaSUyCCyL9Wz%2BPWZKVIfwCHVEIsSHv6vvr9l1DT2XuEv0EQ0rETIYre7Kz5H87gk9R1TLKalq030xS2","0.0070");