<!-- Dette script og mange flere --> 
<!-- findes hos http://www.html.dk --> 
<!-- Start 

bannerpics=new Array; 
bannerurls=new Array;

bannerpics[1]="http://4helpfrom.ru/img/banner/bluetooth_hbh20.gif"; 
bannerurls[1]="http://4helpfrom.ru/phones/ericbluehbh20.htm";

bannerpics[2]="http://4helpfrom.ru/img/banner/cable.gif"; 
bannerurls[2]="http://4helpfrom.ru/article/mbuscable.htm"; 

bannerpics[3]="http://4helpfrom.ru/img/banner/discount.gif"; 
bannerurls[3]="http://4helpfrom.ru/discount/index.htm"; 

bannerpics[4]="http://4helpfrom.ru/img/banner/nokia7650.gif";
bannerurls[4]="http://4helpfrom.ru/article/nokia7650.htm"; 

bannerpics[5]="http://4helpfrom.ru/img/banner/ot511.gif"; 
bannerurls[5]="http://4helpfrom.ru/phones/alcatel511review.htm";

bannerpics[6]="http://4helpfrom.ru/img/banner/sonyericsson.gif"; 
bannerurls[6]="http://4helpfrom.ru/article/sonyericsson_p800.htm";

bannerpics[7]="http://4helpfrom.ru/img/banner/backlight.jpg"; 
bannerurls[7]="http://4helpfrom.ru/article/nokia_backlight.htm";

bannerpics[8]="http://4helpfrom.ru/img/banner/gprs.jpg"; 
bannerurls[8]="http://4helpfrom.ru/article/gprs.htm";

bannerpics[9]="http://4helpfrom.ru/img/banner/calling.gif"; 
bannerurls[9]="http://4helpfrom.ru/article/calling.htm";

bannerpics[10]="http://4helpfrom.ru/img/banner/best2002.gif"; 
bannerurls[10]="http://4helpfrom.ru/article/best_2002.htm";

bannerpics[11]="http://4helpfrom.ru/img/banner/hotline.gif"; 
bannerurls[11]="http://4helpfrom.ru/service/hotline/index.htm";

bannerpics[12]="http://4helpfrom.ru/img/banner/win.gif"; 
bannerurls[12]="http://4helpfrom.ru/contest/index.htm";

bannerpics[13]="http://4helpfrom.ru/img/banner/mcc_discount.gif"; 
bannerurls[13]="http://4helpfrom.ru/discount/mcc.htm";

bannerpics[14]="http://4helpfrom.ru/img/banner/mobocean.gif"; 
bannerurls[14]="http://4helpfrom.ru/discount/mobileocean.htm";

bannerpics[15]="http://4helpfrom.ru/img/banner/gray.gif"; 
bannerurls[15]="http://4helpfrom.ru/article/gray.htm";

bannerpics[16]="http://4helpfrom.ru/img/banner/stats.gif"; 
bannerurls[16]="http://4helpfrom.ru/stats/index.htm";

bannerpics[17]="http://4helpfrom.ru/img/banner/6650.gif"; 
bannerurls[17]="http://4helpfrom.ru/phones/nokia6650/index.htm";

// Nye bannere kan indsættes her
// Følg blot samme form som for de ovenstående bannere

function ShowBanner() {

num = Math.random();
num = 1 + ( num * ((bannerpics.length - 1)-1));
num = Math.round(num);

document.write("<div><a href='" + bannerurls[num] + "'>");
document.write("<img src='" + bannerpics[num] + "' border='0' ");
document.write("alt='Æìè!'>");
document.write("</a></div>");
}
// Slut -->

