function displayOffers(ind) {
	var out = "";
out += "<div class=\"row margin-b-3 height-reset\" id=\"banner-div\" style=\"display:block;\"> "			
out += "<div id=\"home-offer\">	"		
out += "<img usemap=\"#offer-map\" id=\"banner_image\" src=\"/swim/images/homepage/03-17-10/offer.gif\" width=\"864\" height=\"68\" alt=\"Free Shipping on Orders of $100 "
out += "or More with offer code 100FREE. Plus, $30 Off $175 with offer code 30OFF175. Click for details.\" />"
out += "</div>"
			
out += "<map name=\"offer-map\">"					
out += "<area shape=\"rect\" coords=\"602,42,652,62\" href=\"javascript:ShowPopup2('/swim/html/popup/SpecialOffer/index.html',408,380,'no');\" alt=\"Free "
out += "Shipping on Orders of $100 or More with offer code 100FREE. Plus, $30 Off $175 with offer code 30OFF175. Click for details.\"/>"
out += "<area id=\"banner_map\" shape=\"rect\" coords=\"0,0,864,68\" href=\"javascript:ShowPopup2('/swim/html/popup/SpecialOffer/index.html',408,380,'no');\" " 
out += "alt=\"Free Shipping on Orders of $100 or More with offer code 100FREE. Plus, $30 Off $175 with offer code 30OFF175. Click for details.\"/>"
out += "</map>"	
out += "</div>"
out += "<div class=\"row\">"
out += "<div class=\"margin-b-3 column size-286 height-reset\">"
out += "<!-- sub 1 -->"
out += "<img id=\"sub1\" src=\"/swim/images/homepage/01-25-10/sub1.jpg\" alt=\"Swim '10, Over 300 Styles\" width=\"286\" height=\"251\" usemap=\"#featureMap_1\" />"
out += "<map name=\"featureMap_1\" id=\"featureMap_1\">"
out += "<area shape = \"rect\" coords = \"1,-6,286,250\" href = \"http://www.omodello.com/swim/collection/?cgname=OSSWMPRVZZZ&cgnbr=OSSWMPRVZZZ&rfnbr=6618\" alt=\"Swim 2010, Over 25,000 Styles\" />"
out += "</map>"
out += "</div>"

out += "<div class=\"column size-286 margin-lr-3 height-reset\">"
out += "<!-- sub 2 -->"
out += "<img class=\"margin-b-3\" id=\"sub2\" src=\"/swim/images/homepage/01-25-10/sub2.jpg\" alt=\"Date Night Dresses, Over 80 Styles\" width=\"286\" height=\"124\" usemap=\"#featureMap_2\" />"
out += "<map name=\"featureMap_2\" id=\"featureMap_2\">"					
out += "<area shape=\"rect\" coords=\"0,0,286,251\" name=\"cue2\" href = \"http://www.omodello.com/swim/collection/?cgname=OSCLODRSBLK&cgnbr=OSCLODRSBLK&rfnbr=3198\" alt=\"Date Night Dresses, Over 1000 Styles\" />"
out += "</map>"				
out += "<!-- sub 5 -->"
out += "<img id=\"Sub5\" src=\"/swim/images/homepage/01-25-10/sub5.jpg\" alt=\"Sexy Lingerie\" width=\"286\" height=\"124\" usemap=\"#featureMap_5\" />"
out += "<map name=\"featureMap_5\" id=\"featureMap_5\">"
out += "<area shape=\"rect\" coords=\"0,0,286,124\" name=\"cue5\" href = \"http://www.omodello.com/swim/collection/?cgname=OSSLPVALZZZ&cgnbr=OSSLPVALZZZ&rfnbr=6971\" alt=\"Sexy Swimwear\"/>"
out += "</map>"

out += "</div>"
out += "<div class=\"column size-286 height-reset\">"
out += "<!-- sub 3 -->"
out += "<img class=\"margin-b-3\" id=\"sub3\" src=\"/swim/images/homepage/01-25-10/sub3.jpg\" alt=\"Clothing Sale & Specials, Up to 65% Off Over 400 Styles\" width=\"286\" height=\"124\" usemap=\"#featureMap_3\" />"
out += "<map name=\"featureMap_3\" id=\"featureMap_3\">"
out += "<area shape=\"rect\" coords=\"0,0,286,251\" name=\"cue3\" href = \"http://www.omodello.com/swim/landing/?cgnbr=OSSALZZZZZZ\" alt=\"Clothing Sale & Specials, Up to 85% Off Over 500 Styles\" />"
out += "</map>"
out += "<!-- sub 6 -->"
out += "<img id=\"sub6\" src=\"/swim/images/homepage/01-25-10/sub6.jpg\" alt=\"Spring Fashion 2010\" width=\"286\" height=\"124\" usemap=\"#featureMap_6\" />" 
out += "<map name=\"featureMap_6\" id=\"featureMap_6\">"
out += "<area shape=\"rect\" coords=\"0,0,286,124\" name=\"cue6\" href = \"http://www.omodello.com/swim/collection/?cgname=OSCLOSPRZZZ&cgnbr=OSCLOSPRZZZ&rfnbr=6872\" alt=\"Spring Fashion 2010\" />"
out += "</map>"
out += "</div>"
			
out += "<div id = 'wild-card'>"	
out += "<img usemap='#footer_banner' src = '/swim/images/common/footer_012810/footer_banner.jpg' width = '864' height = '100' alt = 'Modello Card Feb. 14' />"
out += "<map name='footer_banner' id='footer_banner'>"
out += "<area shape='rect' coords='131,0,406,100' href = 'http://www.omodello.com/swim/landing/?cgnbr=OSBRPVALSHP&rfnbr=6940' alt=\"Modello Shopping, Shop Now.\" />"
out += "<area shape='rect' coords='423,0,844,100' href=\"javascript:popUpWindow('/swim/images/common/footer_012810/vday_shipping.html', 384, 612, 'no', 'no');\"  alt=\"Delivery Guaranteed. Click for details.\" />"
out += "</map>"
out += "</div>"
document.write(out);
}
