//Vis in het Net - Niet Het Laatste Nieuws
//www.visinhetnet.nl
//
//Deze informatie ook op jouw site? Kijk op http://www.visinhetnet.nl/colofon.shtml#nieuwsscript
//IE: plaatst wisselende koppen op de site
//Andere browsers: plaatst de nieuwste kop op de site

var visnetbreedte = visnetbreedte ? visnetbreedte : 350;

var anchorheader = "<a style='text-decoration: none; background-color: #905432; color: #ECF5FF; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold;' target='_blank' ";
var a_begin = anchorheader + "href='http://www.visinhetnet.nl'>";
var a_nieuws = anchorheader + "href='http://www.visinhetnet.nl/nieuws.shtml";
var visnetlijstarray = new Array(
		a_begin + "Niet Het Laatste Nieuws</b></a>",
		a_begin + "Emmeloord Opent Vis in het Net Museum</a>",
		a_begin + "Vis in het Net nu officieel geschiedenis</a>",
		a_begin + "N. Vis stelt boerderij Viszicht beschikbaar</a>"
		/*,
		a_begin + "Bos Koopt Opnieuw Bank In Nood</a>",
		a_begin + "Karadzic Lokaas Mladic</a>",
		a_begin + "CU Toch Voor Embryoselectie</a>",
		a_begin + "Fitna: Wilderspop Verbrand In Den Haag</a>",
		a_begin + "Publieksvriendelijke Acties Politie Irritanter Dan Ooit</a>",
		a_begin + "Bush Eist Hertelling Nobelprijs</a>",
		a_begin + "Koningin Vergeet Troonrede</a>",
		a_begin + "Verdonk Begint Ex-VVD-Club</a>"
		*/
);

function visnetvolgende(nr)
{
        if (nr == visnetlijstarray.length)
        {
                nr = 0;
        }
        document.getElementById('visnetlijst').innerHTML = visnetlijstarray[nr];
        var volgende = "visnetvolgende(" + (nr + 1) + ")";
        window.setTimeout(volgende,2000);
}

document.writeln("<div style='border: 3px dotted #FF9C00; width: " + visnetbreedte + "; background-color: #905432; color: #ECF5FF;'><table cols='2' width='" + visnetbreedte + "' border='0' cellpadding='0' cellspacing='0' height='50'  style='background-color: #905432;'><tr><td width='65' rowspan='2' align='center' valign='middle' style='background-color: #905432;'><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH=65 HEIGHT=45><PARAM NAME=movie VALUE='http://www.visinhetnet.nl/flash/nieuwsscriptvis.swf'><PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#905432> <EMBED src='http://www.visinhetnet.nl/flash/nieuwsscriptvis.swf' menu=false quality=best bgcolor=#905432  WIDTH=65 HEIGHT=45 TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></OBJECT></td><td align='center' valign='middle' style='font-family: Arial, Helvetica, sans-serif; font-size: 8pt;background-color: #905432;'><div id='visnetlijst'>" + visnetlijstarray[1] + "</div></td></tr><tr valign='bottom'><td align='center' style='background-color: #905432;'><a style='text-decoration: none; color: #ECF5FF; font-family: Arial, Helvetica, sans-serif; font-size: 7pt;' href='http://visinhetnet.nl' target='_blank'>Vis in het Net - Niet Het Laatste Nieuws</a></td></tr></table></div>");

window.setTimeout("visnetvolgende(0)",2000);
//einde Vis in het Net