function IW_unsetvar(v) {
return (null==v || "undefined" == typeof(v));
}

if (IW_unsetvar(iwh_title)) var iwh_title=1;
if (IW_unsetvar(iwh_search)) var iwh_search=1;
if (IW_unsetvar(iwh_border)) var iwh_border=1;
if (IW_unsetvar(iwh_width)) var iwh_width=160;
if (IW_unsetvar(iwh_num)) var iwh_num=7;
if (IW_unsetvar(iwh_fsize)) var iwh_fsize=13;

if(iwh_num<2) var iwh_num=2;
else if(iwh_num>10) var iwh_num=10;

var aclose='">';
if ("undefined" != typeof(iwh_target)) var aclose='" target="'+iwh_target+'">';

if ("undefined" == typeof(iwh_border_color)) var iwh_border_color="B0B0FE";
if ("undefined" == typeof(iwh_bg_color)) var iwh_bg_color="D6D6FF";
if ("undefined" == typeof(iwh_font)) var iwh_font="arial,helvetica";

var iwlink=new Array(10);
var iwurl=new Array(10);
var iwdesc=new Array(10);

iwlink[0]="KTorrent 3.3.4";
iwurl[0]="http://www.icewalkers.com/Linux/Software/527930/KTorrent.html";
iwdesc[0]="BitTorrent program for KDE.";
iwlink[1]="Jajuk 1.8.4";
iwurl[1]="http://www.icewalkers.com/Linux/Software/527900/Jajuk.html";
iwdesc[1]="Java music organizer for all platforms.";
iwlink[2]="Lighttpd 1.4.26";
iwurl[2]="http://www.icewalkers.com/Linux/Software/527150/lighttpd.html";
iwdesc[2]="Light httpd server.";
iwlink[3]="DeVeDe 3.16.0";
iwurl[3]="http://www.icewalkers.com/Linux/Software/529830/DeVeDe.html";
iwdesc[3]="Create video DVDs and CDs.";
iwlink[4]="Pure FTP server 1.0.28";
iwurl[4]="http://www.icewalkers.com/Linux/Software/514160/Pure-FTP-server.html";
iwdesc[4]="Fast, easy and very secure FTP server.";
iwlink[5]="DBSight 3.0.5";
iwurl[5]="http://www.icewalkers.com/Linux/Software/524090/DBSight.html";
iwdesc[5]="Enterprise Database Full-Text Search Engine Platform.";
iwlink[6]="GtkHTML 3.29.90";
iwurl[6]="http://www.icewalkers.com/Linux/Software/59910/GtkHTML.html";
iwdesc[6]="HTML rendering/editing library.";
iwlink[7]="Absolute Linux 13.0.9";
iwurl[7]="http://www.icewalkers.com/Linux/Software/526690/Absolute-Linux.html";
iwdesc[7]="Lightweight modification of Slackware.";
iwlink[8]="BOUML 4.18.1";
iwurl[8]="http://www.icewalkers.com/Linux/Software/534730/BOUML.html";
iwdesc[8]="UML 2 tool box.";
iwlink[9]="Linux Kernel 2.6 2.6.33-rc7";
iwurl[9]="http://www.icewalkers.com/Linux/Software/515380/Linux-Kernel-2.6.html";
iwdesc[9]="Linux Kernel.";




document.write('<table width="'+iwh_width+'" cellspacing=0 cellpadding=5 ');
if (iwh_border) document.write('style="border:#'+iwh_border_color+' 1px solid" ');
document.write('bgcolor="#'+iwh_bg_color+'"><tr><td>');
document.write('<span style="font-family:'+iwh_font+';font-size:'+iwh_fsize+'px;">');
if (iwh_title) document.write('<a href="http://www.icewalkers.com"><span style="text-decoration:none;color:000000;font-weight:bold">IceWalkers.com Headlines</span></a><br>');
document.write('<br>');

for (i=0; i<iwh_num; i++) {
     if(i)document.write('<br><br>');
     document.write('<a href="'+iwurl[i]+aclose+'<span class="iwlnk">'+iwlink[i]+'</span></a>');
     document.write('<br><span class="iwdesc">'+iwdesc[i]+'</span>');
     }
document.write('<br><br><a href="http://www.icewalkers.com'+aclose+'<small><b>More Linux software</b></small></a>');

if(iwh_search){
document.write('</td></tr><tr>');
document.write('<form method=POST action="http://www.icewalkers.com/search.php'+aclose);
document.write('<td><center><input size=10 type=text name=q value="">');
document.write(' <input type=submit value=" Find " border=0></center></span></td></tr></form></table>');
}
else document.write('</span></td></tr></table>');
