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]="Flock 1.2.3";
iwurl[0]="http://www.icewalkers.com/Linux/Software/530560/Flock.html";
iwdesc[0]="Social web browser.";
iwlink[1]="MailScanner 4.70.7";
iwurl[1]="http://www.icewalkers.com/Linux/Software/531240/MailScanner.html";
iwdesc[1]="E-mail security system.";
iwlink[2]="LAME 3.98";
iwurl[2]="http://www.icewalkers.com/Linux/Software/59270/LAME.html";
iwdesc[2]="LAME is not an mp3 encoder.";
iwlink[3]="X File Explorer 1.19.1";
iwurl[3]="http://www.icewalkers.com/Linux/Software/528450/X-File-Explorer.html";
iwdesc[3]="Small, very fast file manager for X.";
iwlink[4]="SiSU 0.67.3";
iwurl[4]="http://www.icewalkers.com/Linux/Software/531630/SiSU.html";
iwdesc[4]="Framework for document structuring, publishing and search.";
iwlink[5]="JBilling 1.1.1";
iwurl[5]="http://www.icewalkers.com/Linux/Software/526400/jBilling.html";
iwdesc[5]="Recurring billing software for companies of all sizes.";
iwlink[6]="TEA 18.0.0";
iwurl[6]="http://www.icewalkers.com/Linux/Software/528220/TEA.html";
iwdesc[6]="GTK2-based text editor.";
iwlink[7]="Sound converter 1.3.1";
iwurl[7]="http://www.icewalkers.com/Linux/Software/528550/sound-converter.html";
iwdesc[7]="Sound conversion application.";
iwlink[8]="Opera 9.51";
iwurl[8]="http://www.icewalkers.com/Linux/Software/512530/Opera.html";
iwdesc[8]="Opera for Linux.";
iwlink[9]="Deluge 0.5.9.3";
iwurl[9]="http://www.icewalkers.com/Linux/Software/528750/Deluge.html";
iwdesc[9]="Bittorrent client written in Python and GTK+.";




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>');
