var gen = new Array(
'1','Web Hosting','http://www.ehostinfo.com/',
'2','Free Web Space','http://www.100best-free-web-space.com/',
'3','Windows Hosting','http://www.windowshostingplans.com/'
)
var count = '30'
var first_column = 'no'
var cellspacing = 'no'
var target = '_new'
var htmltxt = ""; var tmp_count = 0; if (first_column == "no") { colspan = 1;} else { colspan = 2;}
if (cellspacing == "no") { cellspacing = 0;} else { cellspacing = 2;}
if (count > 0) { if (count > 30) {count = 30}
htmltxt += '\n'; if (count == 1) { htmltxt += '\n<br>';} else { htmltxt += '\n';}
for (var i=0; i<gen.length; i+=3) { tmp_count++; if (tmp_count > count) { break;} else { if (first_column == "no") { htmltxt += '\n<li><a href="' + gen[i+2] + '" target="' + target + '">' + gen[i+1] + '</' + 'a></' + 'li>';} else { htmltxt += '\n<li><a href="' + gen[i+2] + '" target="' + target + '">' + gen[i+1] + '</' + 'a></' + 'li>';}
}}} else { document.write
("=== SearchBliss info feed error: Specify value of count > 0 ===");}
document.write(htmltxt); 
