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

strVar += '<map name="map">';
strVar += '<area shape="rect" coords="0,21,107,175"   href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11207" target="_blank" alt="" title=""    />';
strVar += '<area shape="rect" coords="110,21,217,175" href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11208" target="_blank" alt="" title=""    />';
strVar += '<area shape="rect" coords="218,21,325,175" href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11209" target="_blank" alt="" title=""    />';
strVar += '</map>';

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

document.write(strVar);
