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

strVar += '<map name="versieG">';
strVar += '<area shape="rect" coords="19,56,191,81"		href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11169" alt="" title="" target="_blank" />';  // hypotheek
strVar += '<area shape="rect" coords="19,145,191,170"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11172" alt="" title="" target="_blank" />';  // lenen
strVar += '<area shape="rect" coords="18,25,192,50"		href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11168" alt="" title="" target="_blank" />';  // energie
strVar += '<area shape="rect" coords="20,87,191,112"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11171" alt="" title="" target="_blank" />';  // mobiele telefonie
strVar += '<area shape="rect" coords="18,118,192,143"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11170" alt="" title="" target="_blank" />';  // internet
strVar += '<area shape="rect" coords="203,26,319,170"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11173" alt="" title="" target="_blank" />';  // top 5
strVar += '</map>';

strVar += '<map name="versieH">';
strVar += '<area shape="rect" coords="150,80,288,112"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11178" alt="" title="" target="_blank" />';  // lenen
strVar += '<area shape="rect" coords="5,79,138,112"		href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11175" alt="" title="" target="_blank" />';  // hypotheek
strVar += '<area shape="rect" coords="2,34,140,65"		href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11174" alt="" title="" target="_blank" />';  // energie
strVar += '<area shape="rect" coords="151,33,287,65"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11176" alt="" title="" target="_blank" />';  // internet
strVar += '<area shape="rect" coords="4,122,140,155"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11177" alt="" title="" target="_blank" />';  // mobiel
strVar += '<area shape="rect" coords="150,122,286,172"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11179" alt="" title="" target="_blank" />';  // Top 5
strVar += '</map>';

if(number == 0)
	strVar += '<img src="http://s3.allesoverbesparen.nl.s3.amazonaws.com/Concept1.1_G_overgeld_300x177.gif" width="300px" height="180px" usemap="#versieG" />';
else if(number == 1)
	strVar += '<img src="http://s3.allesoverbesparen.nl.s3.amazonaws.com/Concept1.1_H_overgeld_300x177.gif" width="300px" height="177px" usemap="#versieH" />';

document.write(strVar);
