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

strVar += '<map name="versieG">';
strVar += '<area shape="rect" coords="11,58,180,83"		href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11103" alt="" title="" target="_blank" />'; // hypotheek
strVar += '<area shape="rect" coords="11,148,180,173"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11106" alt="" title="" target="_blank" />'; // lenen
strVar += '<area shape="rect" coords="13,27,182,51"		href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11102" alt="" title="" target="_blank" />'; // energie
strVar += '<area shape="rect" coords="13,91,182,115"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11105" alt="" title="" target="_blank" />'; // mobiel
strVar += '<area shape="rect" coords="11,120,181,145"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11104" alt="" title="" target="_blank" />'; // internet
strVar += '<area shape="rect" coords="205,24,321,174"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11107" alt="" title="" target="_blank" />'; // Top 5
strVar += '</map>';

strVar += '<map name="versieH">';
strVar += '<area shape="rect" coords="172,75,314,110"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11136" alt="" title="" target="_blank" />'; // lenen
strVar += '<area shape="rect" coords="6,75,150,113"		href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11133" alt="" title="" target="_blank" />'; // hypotheek
strVar += '<area shape="rect" coords="7,28,151,67"		href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11132" alt="" title="" target="_blank" />'; // energie
strVar += '<area shape="rect" coords="173,29,316,68"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11134" alt="" title="" target="_blank" />'; // internet
strVar += '<area shape="rect" coords="7,120,151,156"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11135" alt="" title="" target="_blank" />'; // mobiel
strVar += '<area shape="rect" coords="173,118,316,173"	href="http://www.laagstehypotheekofferte.nl/campagnes/?u=11137" alt="" title="" target="_blank" />'; // top 5
strVar += '</map>';

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

document.body.innerHTML = '';
document.write(strVar);
