
//top = http://www.whatmakesamakeoversweepstakes.com/
//bottom = http://www.citylookssalons.com/makeover.html

var thePopup = "";

thePopup += '<DIV class="pWinConfg" id="pWinConfg">';

if(which_img == 1){
	thePopup += '<img src="http://www.regiscorp.com/WMAM/dhtmlgraphic1.gif" width="249" height="340" border="0" usemap="#map">';
	thePopup += '<map name="map" id="map"><area shape="rect" coords="182,4,244,21" href="#" onclick="hidePopUp();" /><area shape="rect" coords="101,291,241,312" href="http://www.whatmakesamakeoversweepstakes.com/"  target="_blank" /><area shape="rect" coords="11,320,237,338" href="' + offer_url + '" /></map>';
} else {
	thePopup += '<img src="http://www.regiscorp.com/WMAM/dhtmlgraphic2.gif" width="249" height="340" border="0" usemap="#map">';
	thePopup += '<map name="map" id="map"><area shape="rect" coords="182,4,244,21" href="#" onclick="hidePopUp();" /><area shape="rect" coords="101,293,243,319" href="http://www.whatmakesamakeoversweepstakes.com/"  target="_blank" /></map>';
};

thePopup += '</DIV>';

document.write(thePopup);