var number = Math.floor(Math.random()*(2));
var strVar = "";

strVar += '<map name="map">';
strVar += '<area shape="rect" coords="0,19,97,175"    href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11210" target="_blank" alt="" title=""    />';
strVar += '<area shape="rect" coords="99,19,196,175"  href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11211" target="_blank" alt="" title=""    />';
strVar += '<area shape="rect" coords="198,19,295,175" href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11212" target="_blank" alt="" title=""    />';
strVar += '</map>';

if(number == 0)
	strVar += '<img src="http://s3.allesoverbesparen.nl.s3.amazonaws.com/Creatie_3_luik_19072010_v1_OverGeld_Dennis.gif" width="300px" height="180px" usemap="#map" border="0" />';
else if(number == 1)
	strVar += '<a href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11216" target="_blank"><img src="http://s3.allesoverbesparen.nl.s3.amazonaws.com/drieluik_ponz_300.gif" width="300px" height="180px" border="0" /></a>';

document.write(strVar);
