
			txt = new Array
			txt[1]="<a href='artikelshow3.php' style='color:#000000;text-decoration:none;'>Poul Stolling fortæller om sin sæsonstart. - Spændende artikel fra en alsidig lystfisker.<br><img style='width:80px;' src='img/stolling1.jpg' border='0'> <img style='width:80px;' src='img/stolling2.jpg' border='0'> <img style='width:80px;' src='img/stolling3.jpg' border='0'></a>"
			txt[2]="<a href='artikelshow4.php' style='color:#000000;text-decoration:none;'>Martin, Christian og Leon, som har været på geddefiskeri med fantastiske bifangster.<br><img src='img/geddefiskeri.gif' border='0'></a>"
			txt[3]="<a href='artikelshow4.php' style='color:#000000;text-decoration:none;'>14 år og to kæmpe havørreder - Nicholas og hans drømmefisk.<br><img src='img/nicolas_ligger-1.jpg' style='height:60px;' border='0'></a>"
			random_nummer = (Math.round((Math.random()*2)+1))

			document.write("" + txt[random_nummer] + "");



