/*
	Script: banner_generator.js
	For: genericBanners.html
	Author: Eric Clemmons
*/

window.addEvent('domready', init);

if(!bpID) var bpID = queryString("bpID");
if(!eID) var eID = queryString("eID");
var script = 'var wf_links = document.getElementById("{id}").getElementsByTagName("a");var wf_tag = "&bpID={bpID}&eID={eID}&";for(var wf_i = 0; wf_i < wf_links.length; wf_i++) { var wf_link = wf_links[wf_i]; (wf_link.href.indexOf("?") != -1) ? wf_link.href += wf_tag : wf_link.href += "?" + wf_tag; }';

var accordion;
var service; // single/multiple

var banners = {
	'single': {
		0: {
			'id': 'wf_banner_text',
			'size': null,
			'Home Phone': '<span id="{id}">Compare Phone Companies in Your Area.  Choose from <a href="">AT&amp;T</a>, <a href="http://www.whitefence.com/aff/phone-service.html">Verizon</a>, <a href="http://www.whitefence.com/aff/phone-service.html">Qwest</a>, and <a href="http://www.whitefence.com/aff/phone-service.html">more</a>.</span>',
			'Cable TV': '<span id="{id}">Cable TV on Your Terms.  Get <a href="http://www.whitefence.com/aff/cable-tv.html">Comcast</a>, <a href="http://www.whitefence.com/aff/cable-tv.html">Time Warner Cable</a>, <a href="http://www.whitefence.com/aff/cable-tv.html">Charter</a>, <a href="http://www.whitefence.com/aff/cable-tv.html">Cox</a>, and <a href="http://www.whitefence.com/aff/cable-tv.html">more</a>.</span>',
			'Satellite': '<span id="{id}">The only true source for crystal clear HD.</span>  <a href="http://www.whitefence.com/aff/satellite-tv.html">DISH Network</a> &amp; <a href="http://www.whitefence.com/aff/satellite-tv.html">DirecTV</a>.',
			'High Speed': '<span id="{id}">Is your <a href="http://www.whitefence.com/aff/high-speed-internet.html">Internet</a> connection slower than your surfing?</span>  Compare from <a href="http://www.whitefence.com/aff/high-speed-internet.html">AT&amp;T</a>, <a href="http://www.whitefence.com/aff/high-speed-internet.html">Comcast</a>, <a href="http://www.whitefence.com/aff/high-speed-internet.html">Verizon</a>, <a href="http://www.whitefence.com/aff/high-speed-internet.html">Time Warner</a>, and <a href="http://www.whitefence.com/aff/high-speed-internet.html">more</a>.',
			'Newspapers': '<span id="{id}">Shop for <a href="http://www.whitefence.com/aff/newspapers.html">Local</a> and <a href="http://www.whitefence.com/aff/newspapers.html">National Newspapers</a>.  <a href="http://www.whitefence.com/aff/newspapers.html">The Wall Street Journal</a>, <a href="http://www.whitefence.com/aff/newspapers.html">The New York Times</a>, <a href="http://www.whitefence.com/aff/newspapers.html">USA Today</a>, &amp; <a href="http://www.whitefence.com/aff/newspapers.html">Local Papers</a>.</span>',
			'Appliance Rental': '<span id="{id}">Why buy when you can rent? <a href="http://www.whitefence.com/aff/appliance-rental.html">Find out more about appliance rental.</a></span>'
		},
		1: {
			'id': 'wf_banner_468x60',
			'size': { x: 468, y: 60 },
			'Home Phone': '<div id="{id}" style="position:relative; width:468px; height:60px; text-align:left; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/phone-service.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/468x60-phone.png" width="468" height="60" /></a><div style="position:absolute; color:#134c70; font-size:14px; width: 290px; left:170px; top: 1px; font-weight:bold; line-height: 16px;">Compare Phone Companies in Your Area</div><div style="position: absolute; color: #000; font-size:10px; line-height: 11px; width: 270px; left:170px; top:20px;">Get the type of phone service you need for<br /> the price you want.</div><div  style="position: absolute; left:170px; width: 270px; top: 43px; font-size: 10px;">Choose from <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">AT&amp;T</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">Verizon</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">Qwest</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">more</a>.</div></div>',
			'Cable TV': '<div id="{id}" style="position:relative; width:468px; height:60px; text-align:left; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/cable-tv.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/468x60-cable.png" width="468" height="60" /></a><div style="position:absolute; color:#134c70; font-size:14px; width: 270px; left:180px; top: 1px; font-weight:bold; line-height: 16px;">Cable TV on Your Terms</div><div style="position: absolute; color: #000; font-size:10px; line-height: 11px; width: 250px; left:180px; top:20px;">Get crystal clear television and all the premium channels you want.</div><div  style="position: absolute; left:180px; width: 280px; top: 43px; font-size: 10px;">Get <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Comcast</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Time Warner Cable</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Charter</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Cox</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">more</a>.</div></div>',
			'Satellite': '<div id="{id}" style="position:relative; width:468px; height:60px; text-align:left; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/satellite-tv.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/468x60-satellite.png" width="468" height="60" /></a><div style="position:absolute; color:#134c70; font-size:14px; width: 290px; left:170px; top: 10px; font-weight:bold; line-height: 16px;">The only true source for crystal clear HD.</div><div style="position: absolute; left:170px; width: 280px; top: 33px; font-size: 10px; line-height:11px;"><a style="color: #00f" href="http://www.whitefence.com/aff/satellite-tv.html">DISH Network</a> &nbsp;&nbsp; <a style="color: #00f" href="http://www.whitefence.com/aff/satellite-tv.html">DIRECTV</a></div></div>',
			'High Speed': '<div id="{id}" style="position:relative; width:468px; height:60px; text-align:left; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/high-speed-internet.html.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/468x60-high-speed.png" width="468" height="60" /></a><div style="position:absolute; color:#134c70; font-size:14px; width: 270px; left:180px; top: 1px; font-weight:bold; line-height: 16px;">Is your <a style="color: #5797c0" href="http://www.whitefence.com/aff/high-speed-internet.html">Internet</a> connection slower than your surfing?</div><div style="position: absolute; left:180px; width: 280px; top: 33px; font-size: 10px; line-height:11px;">Compare services from <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">AT&amp;T</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Comcast</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Verizon</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Time Warner</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">more</a>.</div></div>',
			'Newspapers': '<div id="{id}" style="position:relative; width:468px; height:60px; text-align:left; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/newspapers.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/468x60-newspapers.png" width="468" height="60" /></a><div style="position:absolute; color:#134c70; font-size:14px; width: 270px; left:180px; top: 1px; font-weight:bold; line-height: 16px;">Shop for <a style="color: #5797c0" href="http://www.whitefence.com/aff/newspapers.html">Local</a> and <a style="color: #5797c0" href="http://www.whitefence.com/aff/newspapers.html">National Newspapers</a></div><div style="position: absolute; left:180px; width: 280px; top: 33px; font-size: 10px; line-height:11px;"><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">The Wall Street Journal</a>&nbsp;&nbsp;<a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">The New York Times</a><br /><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">USA Today</a>&nbsp;&nbsp;<a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">And Over a Hundred Local Papers!</a></div></div>',
			'Appliance Rental': '<div id="{id}" style="position:relative; width:468px; height:60px; text-align:left; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/appliance-rental.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/468x60-appliance.png" width="468" height="60" /></a><div style="position:absolute; color:#134c70; font-size:14px; width: 270px; left:180px; top: 1px; font-weight:bold; line-height: 16px;">Why buy when you can rent?</div><div style="position: absolute; color: #000; font-size:10px; line-height: 11px; width: 270px; left:180px; top:20px;">High-quality washer and dryers available for as low <br />as $1 a day.</div><div  style="position: absolute; left:180px; width: 270px; top: 43px; font-size: 10px;"><a style="color: #00f" href="http://www.whitefence.com/aff/appliance-rental.html">Find out more about appliance rental.</a></div></div>'
		},
		2: {
			'id': 'wf_banner_125x125',
			'size': { x: 125, y: 125 },
			'Home Phone': '<div id="{id}" style="position:relative; width:125px; height:125px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/phone-service.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/125x125-phone.png" width="125" height="125" /></a><div style="position:absolute; color:#e08300; font-size:12px; width: 105px; left:10px; top: 35px; font-weight:bold; line-height: 13px;">Compare Phone Companies in Your Area</div><div  style="position: absolute; left:5px; width: 115px; top: 81px; font-size: 10px; line-height:11px;">Choose from <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">AT&amp;T</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">Verizon</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">Qwest</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">more</a>.</div></div>',
			'Cable TV': '<div id="{id}" style="position:relative; width:125px; height:125px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/cable-tv.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/125x125-cable.png" width="125" height="125" /></a><div style="position:absolute; color:#e08300; font-size:12px; width: 105px; left:10px; top: 40px; font-weight:bold; line-height: 14px;">Cable TV on Your Terms</div><div  style="position: absolute; left:5px; width: 115px; top: 80px; font-size: 10px; line-height: 12px;">Get <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Comcast</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Time Warner Cable</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Charter</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Cox</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">more</a>.</div></div>',
			'Satellite': '<div id="{id}" style="position:relative; width:125px; height:125px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/satellite-tv.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/125x125-satellite.png" width="125" height="125" /></a><div style="position:absolute; color:#e08300; font-size:12px; width: 105px; left:10px; top: 32px; font-weight:bold; line-height: 14px;">The only true source for crystal clear HD.</div><div  style="position: absolute; left:5px; width: 110px; top: 85px; font-size: 12px; line-height:16px"><a style="color: #00f" href="http://www.whitefence.com/aff/satellite-tv.html">DISH Network</a><br /><a style="color: #00f" href="http://www.whitefence.com/aff/satellite-tv.html">DIRECTV</a></div></div>',
			'High Speed': '<div id="{id}" style="position:relative; width:125px; height:125px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/high-speed-internet.html.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/125x125-high-speed.png" width="125" height="125" /></a><div style="position:absolute; color:#e08300; font-size:12px; width: 105px; left:10px; top: 33px; font-weight:bold; line-height: 14px;">Is your <a style="color: #b64d14" href="http://www.whitefence.com/aff/high-speed-internet.html">Internet</a> connection slower than your surfing?</div><div  style="position: absolute; left:5px; width: 115px; top: 80px; font-size: 10px; line-height: 13px;">Compare from <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">AT&amp;T</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Comcast</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Verizon</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Time Warner</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">more</a>.</div></div>',
			'Newspapers': '<div id="{id}" style="position:relative; width:125px; height:125px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/newspapers.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/125x125-newspapers.png" width="125" height="125" /></a><div style="position:absolute; color:#e08300; font-size:12px; width: 105px; left:10px; top: 28px; font-weight:bold; line-height: 14px;">Shop for <a style="color: #b64d14" href="http://www.whitefence.com/aff/newspapers.html">Local</a> and <a style="color: #b64d14" href="http://www.whitefence.com/aff/newspapers.html">National Newspapers</a></div><div  style="position: absolute; left:5px; width: 110px; top: 75px; font-size: 9px; line-height: 11px;"><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">The Wall Street Journal</a><br /><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">The New York Times</a><br /><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">USA Today</a><br /><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">Local Papers</a><br /></div></div>',
			'Appliance Rental': '<div id="{id}" style="position:relative; width:125px; height:125px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/appliance-rental.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/125x125-appliance.png" width="125" height="125" /></a><div style="position:absolute; color:#e08300; font-size:12px; width: 105px; left:10px; top: 38px; font-weight:bold; line-height: 14px;">Why buy when you can rent?</div><div  style="position: absolute; left:5px; width: 115px; top: 90px; font-size: 10px; line-height: 12px;"><a style="color: #00f" href="http://www.whitefence.com/aff/appliance-rental.html">Find out more about appliance rental.</a></div></div>'
		},
		3: {
			'id': 'wf_banner_180x150',
			'size': { x: 180, y: 150 },
			'Home Phone': '<div id="{id}" style="position:relative; width:180px; height:150px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/phone-service.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/180x150-phone.png" width="180" height="150" /></a><div style="position:absolute; color:#e08300; font-size:12px; width: 170px; left:5px; top: 40px; font-weight:bold; line-height: 14px;">Compare Phone Companies in Your Area</div><div style="position: absolute; color: #000; font-size:10px; width: 170px; left:5px; top:64px;">Get the type of phone service you need for the price you want.</div><div  style="position: absolute; width: 170px; left:5px; top: 114px; font-size: 12px;">Choose from <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">AT&amp;T</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">Verizon</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">Qwest</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">more</a>.</div></div>',
			'Cable TV': '<div id="{id}" style="position:relative; width:180px; height:150px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/cable-tv.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/180x150-cable.png" width="180" height="150" /></a><div style="position:absolute; color:#e08300; font-size:12px; width: 170px; left:5px; top: 40px; font-weight:bold; line-height: 14px;">Cable TV on Your Terms</div><div style="position: absolute; color: #000; font-size:10px; width: 170px; left:5px; top:64px;">Get crystal clear television and all the premium channels you want.</div><div  style="position: absolute; width: 170px; left:5px; top: 110px; font-size: 12px;">Get <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Comcast</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Time Warner Cable</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Charter</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Cox</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">more</a>.</div></div>',
			'Satellite': '<div id="{id}" style="position:relative; width:180px; height:150px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/satellite-tv.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/180x150-satellite.png" width="180" height="150" /></a><div style="position:absolute; color:#e08300; font-size:14px; width: 170px; left:5px; top: 47px; font-weight:bold; line-height: 14px;">The only true source for crystal clear HD.</div><div  style="position: absolute; width: 170px; left:5px; top: 104px; font-size: 11px; line-height:20px"><a style="color: #00f" href="http://www.whitefence.com/aff/satellite-tv.html">DISH Network</a><br /><a style="color: #00f" href="http://www.whitefence.com/aff/satellite-tv.html">DIRECTV</a></div></div>',
			'High Speed': '<div id="{id}" style="position:relative; width:180px; height:150px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/high-speed-internet.html.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/180x150-high-speed.png" width="180" height="150" /></a><div style="position:absolute; color:#e08300; font-size:12px; width: 170px; left:5px; top: 40px; font-weight:bold; line-height: 14px;">Is your <a style="color: #b64d14" href="http://www.whitefence.com/aff/high-speed-internet.html">Internet</a> connection slower than your surfing?</div><div  style="position: absolute; width: 170px; left:5px; top: 95px; font-size: 12px;">Compare services from <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">AT&amp;T</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Comcast</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Verizon</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Time Warner</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">more</a>.</div></div>',
			'Newspapers': '<div id="{id}" style="position:relative; width:180px; height:150px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/newspapers.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/180x150-newspapers.png" width="180" height="150" /></a><div style="position:absolute; color:#e08300; font-size:12px; width: 170px; left:5px; top: 40px; font-weight:bold; line-height: 14px;">Shop for <a style="color: #b64d14" href="http://www.whitefence.com/aff/newspapers.html">Local</a> and<br /><a style="color: #b64d14" href="http://www.whitefence.com/aff/newspapers.html">National Newspapers</a></div><div  style="position: absolute; width: 170px; left:5px; top: 88px; font-size: 11px; line-height: 14px;"><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">The Wall Street Journal</a><br /><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">The New York Times</a><br /><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">USA Today</a><br /><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">Local Papers</a><br /></div></div>',
			'Appliance Rental': '<div id="{id}" style="position:relative; width:180px; height:150px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/appliance-rental.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/180x150-appliance.png" width="180" height="150" /></a><div style="position:absolute; color:#e08300; font-size:12px; width: 170px; left:5px; top: 40px; font-weight:bold; line-height: 14px;">Why buy when you can rent?</div><div style="position: absolute; color: #000; font-size:10px; width: 170px; left:5px; top:64px;">High-quality washer and dryers available for as low as $1 a day.</div><div  style="position: absolute; width: 170px; left:5px; top: 110px; font-size: 12px;"><a style="color: #00f" href="http://www.whitefence.com/aff/appliance-rental.html">Find out more about<br />appliance rental.</a></div></div>'
		},
		4: {
			'id': 'wf_banner_120x600',
			'size': { x: 120, y: 600 },
			'Home Phone': '<div id="{id}" style="position:relative; width:120px; height:600px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/phone-service.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/120x600-phone.png" width="120" height="600" /></a><div style="position:absolute; color:#134c70; font-size:18px; width: 100px; left:10px; top: 120px; font-weight:bold; line-height: 22px;">Compare Phone Companies in Your Area</div><div style="position: absolute; color: #000; font-size:12px; width: 100px; left:10px; top:250px;">Get the type of phone service you need for the price you want.</div><div  style="position: absolute; left:5px; width: 110px; top: 510px; font-size: 10px;">Choose from <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">AT&amp;T</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">Verizon</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">Qwest</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">more</a>.</div></div>',
			'Cable TV': '<div id="{id}" style="position:relative; width:120px; height:600px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/cable-tv.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/120x600-cable.png" width="120" height="600" /></a><div style="position:absolute; color:#134c70; font-size:18px; width: 100px; left:10px; top: 120px; font-weight:bold; line-height: 22px;">Cable TV on Your Terms</div><div style="position: absolute; color: #000; font-size:12px; width: 100px; left:10px; top:220px;">Get crystal clear television and all the premium channels you want.</div><div  style="position: absolute; left:5px; width: 110px; top: 510px; font-size: 10px;">Get <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Comcast</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Time Warner Cable</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Charter</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Cox</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">more</a>.</div></div>',
			'Satellite': '<div id="{id}" style="position:relative; width:120px; height:600px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/satellite-tv.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/120x600-satellite.png" width="120" height="600" /></a><div style="position:absolute; color:#134c70; font-size:18px; width: 100px; left:10px; top: 175px; font-weight:bold; line-height: 22px;">The only true source for crystal clear HD.</div><div  style="position: absolute; left:5px; width: 110px; top: 490px; font-size: 12px;"><a style="color: #00f" href="http://www.whitefence.com/aff/satellite-tv.html">DISH Network</a><br /><br /><a style="color: #00f" href="http://www.whitefence.com/aff/satellite-tv.html">DIRECTV</a></div></div>',
			'High Speed': '<div id="{id}" style="position:relative; width:120px; height:600px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/high-speed-internet.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/120x600-high-speed.png" width="120" height="600" /></a><div style="position:absolute; color:#134c70; font-size:18px; width: 100px; left:10px; top: 140px; font-weight:bold; line-height: 20px;">Is your <a style="color: #5797c0" href="http://www.whitefence.com/aff/high-speed-internet.html">Internet</a> connection slower than your surfing?</div><div  style="position: absolute; left:5px; width: 110px; top: 500px; font-size: 10px;">Compare services from <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">AT&amp;T</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Comcast</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Verizon</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Time Warner</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">more</a>.</div></div>',
			'Newspapers': '<div id="{id}" style="position:relative; width:120px; height:600px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/newspapers.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/120x600-newspaper.png" width="120" height="600" /></a><div style="position:absolute; color:#134c70; font-size:18px; width: 110px; left:5px; top: 140px; font-weight:bold; line-height: 22px;">Shop for <a style="color: #5797c0" href="http://www.whitefence.com/aff/newspapers.html">Local</a> and <a style="color: #5797c0" href="http://www.whitefence.com/aff/newspapers.html">National Newspapers</a></div><div  style="position: absolute; left:5px; width: 110px; top: 310px; font-size: 10px;"><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">The Wall Street Journal</a><br /><br /><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">The New York Times</a><br /><br /><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">USA Today</a><br /><br /><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">And Over a Hundred Local Papers!</a><br /><br /></div></div>',
			'Appliance Rental': '<div id="{id}" style="position:relative; width:120px; height:600px; text-align:center; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/appliance-rental.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/120x600-appliance.png" width="120" height="600" /></a><div style="position:absolute; color:#134c70; font-size:18px; width: 100px; left:10px; top: 120px; font-weight:bold; line-height: 22px;">Why buy when you can rent?</div><div style="position: absolute; color: #000; font-size:12px; width: 100px; left:10px; top:220px;">High-quality washer and dryers available for as low as $1 a day.</div><div  style="position: absolute; left:5px; width: 110px; top: 510px; font-size: 10px;"><a style="color: #00f" href="http://www.whitefence.com/aff/appliance-rental.html">Find out more about appliance rental.</a></div></div>'
		},
		5: {
			'id': 'wf_banner_728x90',
			'size': { x: 728, y: 90 },
			'Home Phone': '<div id="{id}" style="position:relative; width:728px; height:90px; text-align:left; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/phone-service.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/728x90-phone.png" width="728" height="90" /></a><div style="position:absolute; color:#134c70; font-size:18px; width: 360px; left:265px; top: 10px; font-weight:bold; line-height: 20px;">Compare Phone Companies in Your Area</div><div style="position: absolute; color: #000; font-size:12px; line-height: 13px; width: 330px; left:265px; top:32px;">Get the type of phone service you need for the price you want.</div><div  style="position: absolute; left:265px; width: 330px; top: 60px; font-size: 12px;">Choose from <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">AT&amp;T</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">Verizon</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">Qwest</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/phone-service.html">more</a>.</div></div>',
			'Cable TV': '<div id="{id}" style="position:relative; width:728px; height:90px; text-align:left; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/cable-tv.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/728x90-cable.png" width="728" height="90" /></a><div style="position:absolute; color:#134c70; font-size:18px; width: 330px; left:275px; top: 10px; font-weight:bold; line-height: 20px;">Cable TV on Your Terms</div><div style="position: absolute; color: #000; font-size:12px; line-height: 13px; width: 330px; left:275px; top:32px;">Get crystal clear television and all the premium <br />channels you want.</div><div  style="position: absolute; left:275px; width: 330px; top: 60px; font-size: 11px; line-height: 12px">Get <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Comcast</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Time Warner Cable</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Charter</a>,<br /><a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">Cox</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/cable-tv.html">more</a>.</div></div>',
			'High Speed': '<div id="{id}" style="position:relative; width:728px; height:90px; text-align:left; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/high-speed-internet.html.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/728x90-high-speed.png" width="728" height="90" /></a><div style="position:absolute; color:#134c70; font-size:18px; width: 330px; left:275px; top: 10px; font-weight:bold; line-height: 20px;">Is your <a style="color: #5797c0" href="http://www.whitefence.com/aff/high-speed-internet.html">Internet</a> connection slower than your surfing?</div><div  style="position: absolute; left:275px; width: 330px; top: 53px; font-size: 12px; line-height: 14px">Compare services from <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">AT&amp;T</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Comcast</a>, <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Verizon</a>, <br /><a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">Time Warner</a> and <a style="color: #00f" href="http://www.whitefence.com/aff/high-speed-internet.html">more</a>.</div></div>',
			'Satellite': '<div id="{id}" style="position:relative; width:728px; height:90px; text-align:left; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/satellite-tv.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/728x90-satellite.png" width="728" height="90" /></a><div style="position:absolute; color:#134c70; font-size:18px; width: 330px; left:275px; top: 10px; font-weight:bold; line-height: 20px;">The only true source for<br />crystal clear HD.</div><div  style="position: absolute; left:275px; width: 330px; top: 60px; font-size: 12px; line-height: 14px"><a style="color: #00f" href="http://www.whitefence.com/aff/satellite-tv.html">DISH Network</a> &nbsp;&nbsp; <a style="color: #00f" href="http://www.whitefence.com/aff/satellite-tv.html">DIRECTV</a></div></div>',
			'Newspapers': '<div id="{id}" style="position:relative; width:728px; height:90px; text-align:left; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/newspapers.html"><img  style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/728x90-newspapers.png" width="728" height="90" /></a><div style="position:absolute; color:#134c70; font-size:18px; width: 370px; left:265px; top: 10px; font-weight:bold; line-height: 20px;">Shop for <a style="color: #5797c0" href="http://www.whitefence.com/aff/newspapers.html">Local</a> and <a style="color: #5797c0" href="http://www.whitefence.com/aff/newspapers.html">National Newspapers</a></div><div  style="position: absolute; left:265px; width: 330px; top: 37px; font-size: 12px; line-height: 19px"><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">The Wall Street Journal</a><br /><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">The New York Times</a></div><div  style="position: absolute; left:420px; width: 330px; top: 37px; font-size: 12px; line-height: 19px"><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">USA Today</a><br /><a style="color:#00f" href="http://www.whitefence.com/aff/newspapers.html">And Over a Hundred Local Papers!</a></div></div>',
			'Appliance Rental': '<div id="{id}" style="position:relative; width:728px; height:90px; text-align:left; font-family: Arial, Sans-serif;"><a href="http://www.whitefence.com/aff/appliance-rental.html"><img style="border:0" src="http://www.whitefence.com/qsrimages/bannersPartner/728x90-appliance.png" width="728" height="90" /></a><div style="position:absolute; color:#134c70; font-size:18px; width: 330px; left:275px; top: 10px; font-weight:bold; line-height: 20px;">Why buy when you can rent?</div><div style="position: absolute; color: #000; font-size:12px; line-height: 13px; width: 330px; left:275px; top:32px;">High-quality washer and dryers available for as low<br />as $1 a day.</div><div  style="position: absolute; left:275px; width: 330px; top: 60px; font-size: 12px;"><a style="color: #00f" href="http://www.whitefence.com/aff/appliance-rental.html">Find out more about appliance rental.</a></div></div>'
		}
	},
	'multiple': {
		0: {
			'id': 'wf_banner_text',
			'image': null,
			'template': '<span id="{id}">Connect All Your <a href="http://www.whitefence.com/">Home Services</a> and <a href="http://www.whitefence.com/">Utilities</a> in Minutes with <a href="http://www.whitefence.com/">WhiteFence.com</a>! <a href="http://www.whitefence.com/aff/home-phone-service.html">Home Phone</a> <a href="http://www.whitefence.com/aff/cable-tv.html">Cable TV</a> <a href="http://www.whitefence.com/aff/high-speed-internet.html">High Speed</a> <a href="http://www.whitefence.com/aff/satellite-tv.html">Satellite</a> <a href="http://www.whitefence.com/aff/newspapers.html">Newspapers</a> <a href="http://www.whitefence.com/aff/appliance-rental.html">Appliance Rental</a></span>'
		},
		1: {
			'id': 'wf_banner_468x60',
			'size': { x: 468, y: 60 },
			'image': 'http://www.whitefence.com/qsrimages/bannersPartner/468x60.gif',
			'template': '<div style="position: relative; width: 468px; height: 60px;" id="{id}"> <a href="http://www.whitefence.com/"><img width="468" height="60" border="0" src="http://www.whitefence.com/qsrimages/bannersPartner/468x60.gif"/></a><div style="position: absolute; top: 7px; right: 10px; text-align: right;"> <span style="font-size: 14px; font-family: Arial,Helvetica,sans-serif; color: rgb(204, 119, 0);"> <b>Connect All Your <a href="http://www.whitefence.com/" style="color: rgb(170, 85, 0);">Home Services</a><br/>	and <a href="http://www.whitefence.com/" style="color: rgb(170, 85, 0);">Utilities</a> in Minutes!</b></span></div><div style="position: absolute; bottom: 2px; left: 10px; text-align: left;"> <span style="font-size: 11px; font-family: Arial,Helvetica,sans-serif; color: rgb(51, 51, 51);">&nbsp;&nbsp;<a href="http://www.whitefence.com/aff/home-phone-service.html">Home Phone</a>&nbsp;&nbsp;<a href="http://www.whitefence.com/aff/cable-tv.html">Cable TV</a>&nbsp;&nbsp;<a href="http://www.whitefence.com/aff/satellite-tv.html">Satellite</a>&nbsp;&nbsp;<a href="http://www.whitefence.com/aff/high-speed-internet.html">High Speed</a>&nbsp;&nbsp;<a href="http://www.whitefence.com/aff/newspapers.html">Newspapers</a>&nbsp;&nbsp;<a href="http://www.whitefence.com/aff/appliance-rental.html">Appliance Rental</a></span></div></div>'
		},
		2: {
			'id': 'wf_banner_125x125',
			'size': { x: 125, y: 125 },
			'image': 'http://www.whitefence.com/qsrimages/bannersPartner/125x125.gif',
			'template': '<div style="position: relative; width: 125px; height: 125px; line-height: 15px;" id="{id}"><a href="http://www.whitefence.com/"><img width="125" height="125" border="0" src="http://www.whitefence.com/qsrimages/bannersPartner/125x125.gif"/></a><div style="position: absolute; width: 115px; top: 33px; left: 5px; font-size: 11px; font-weight: bold; line-height: 13px; font-family: Arial,Helvetica,sans-serif; color: rgb(204, 119, 0); text-align: center;">Connect Your <a href="http://www.whitefence.com/" style="color: rgb(170, 85, 0);">Home Services</a> & <a href="http://www.whitefence.com/" style="color: rgb(170, 85, 0);">Utilities</a> in Minutes!</div><div style="position: absolute; bottom: 3px; left: 5px; width: 115px; font-size: 9px; color: rgb(0, 0, 0); text-align: center; line-height: 12px;"><a href="http://www.whitefence.com/aff/home-phone-service.html">Home Phone</a> <a href="http://www.whitefence.com/aff/cable-tv.html">Cable TV</a> <a href="http://www.whitefence.com/aff/satellite-tv.html">Satellite</a> <a href="http://www.whitefence.com/aff/high-speed-internet.html">High Speed</a> <a href="http://www.whitefence.com/aff/newspapers.html">Newspapers</a><br/><a href="http://www.whitefence.com/aff/appliance-rental.html">Appliance Rental</a></div></div>'
		},
		3: {
			'id': 'wf_banner_180x150',
			'size': { x: 180, y: 150 },
			'image': 'http://www.whitefence.com/qsrimages/bannersPartner/180x150.gif',
			'template': '<div style="position: relative; width: 180px; height: 150px; line-height: 15px;" id="{id}"><a href="http://www.whitefence.com/"><img width="180" height="150" border="0" src="http://www.whitefence.com/qsrimages/bannersPartner/180x150.gif"/></a><div style="position: absolute; top: 40px; left: 10px; width: 160px; font-size: 14px; font-weight: bold; line-height: 15px; font-family: Arial,Helvetica,sans-serif; color: rgb(204, 119, 0); text-align: center;">Connect All Your <a href="http://www.whitefence.com/" style="color: rgb(170, 85, 0);">Home Services</a> and <a href="http://www.whitefence.com/" style="color: rgb(170, 85, 0);">Utilities</a> in Minutes!</div><div style="position: absolute; top: 97px; left: 10px; width: 160px; font-size: 10px; color: rgb(0, 0, 0); text-align: center; line-height: 12px;"><a href="http://www.whitefence.com/aff/home-phone-service.html">Home Phone</a> <a href="http://www.whitefence.com/aff/cable-tv.html">Cable TV</a> <a href="http://www.whitefence.com/aff/satellite-tv.html">Satellite</a> <a href="http://www.whitefence.com/aff/high-speed-internet.html">High Speed</a> <a href="http://www.whitefence.com/aff/newspapers.html">Newspapers</a> <br/><a href="http://www.whitefence.com/aff/appliance-rental.html">Appliance Rental</a></div></div>'
		},
		4: {
			'id': 'wf_banner_120x600',
			'size': { x: 120, y: 600 },
			'image': 'http://www.whitefence.com/qsrimages/bannersPartner/120x600.gif',
			'template': '<div style="position: relative; width: 120px; height: 600px; line-height: 15px;" id="{id}"><a href="http://www.whitefence.com/"><img width="120" height="600" border="0" src="http://www.whitefence.com/qsrimages/bannersPartner/120x600.gif"/></a><div style="position: absolute; top: 70px; left: 10px; width: 100px; font-size: 18px; font-weight: bold; line-height: 28px; font-family: Arial,Helvetica,sans-serif; color: rgb(204, 119, 0); text-align: center;">Connect All Your <a href="http://www.whitefence.com/" style="color: rgb(170, 85, 0);">Home Services</a> and <a href="http://www.whitefence.com/" style="color: rgb(170, 85, 0);">Utilities</a> in Minutes!</div><div style="position: absolute; top: 290px; left: 10px; width: 100px; font-size: 14px; font-weight: bold; letter-spacing: -1px; text-align: center; line-height: 16px;"><a href="http://www.whitefence.com/aff/home-phone-service.html">Home Phone</a><br/> <br/><a href="http://www.whitefence.com/aff/cable-tv.html">Cable TV</a><br/> <br/><a href="http://www.whitefence.com/aff/satellite-tv.html">Satellite</a><br/> <br/><a href="http://www.whitefence.com/aff/high-speed-internet.html">High Speed</a><br/> <br/><a href="http://www.whitefence.com/aff/newspapers.html">Newspapers</a><br/> <br/><a href="http://www.whitefence.com/aff/appliance-rental.html">Appliance Rental</a></div></div>'
		},
		5: {
			'id': 'wf_banner_728x90',
			'size': { x: 728, y: 80 },
			'image': 'http://www.whitefence.com/qsrimages/bannersPartner/728x90.gif',
			'template': '<div style="position: relative; width: 728px; height: 90px; line-height: 15px;" id="{id}"><a href="http://www.whitefence.com/"><img width="728" height="90" border="0" src="http://www.whitefence.com/qsrimages/bannersPartner/728x90.gif"/></a><div style="position: absolute; top: 8px; left: 300px; width: 380px; font-size: 18px; font-weight: bold; line-height: 24px; font-family: Arial,Helvetica,sans-serif; color: rgb(204, 119, 0); text-align: center;">Connect All Your <a href="http://www.whitefence.com/" style="color: rgb(170, 85, 0);">Home Services</a> and <a href="http://www.whitefence.com/" style="color: rgb(170, 85, 0);">Utilities</a> in Minutes!</div><div style="position: absolute; top: 70px; left: 10px; width: 580px; font-size: 12px; font-weight: bold; text-align: left; line-height: 12px;"><a href="http://www.whitefence.com/aff/home-phone-service.html">Home Phone</a>&nbsp;&nbsp;<a href="http://www.whitefence.com/aff/cable-tv.html">Cable TV</a>&nbsp;&nbsp;<a href="http://www.whitefence.com/aff/high-speed-internet.html">High Speed</a>&nbsp;&nbsp;<a href="http://www.whitefence.com/aff/satellite-tv.html">Satellite</a>&nbsp;&nbsp;<a href="http://www.whitefence.com/aff/newspapers.html">Newspapers</a>&nbsp;&nbsp;<a href="http://www.whitefence.com/aff/appliance-rental.html">Appliance Rental</a></div></div>'
		}
	}
}

function init(event) {
	if(bpID == "false" || eID == "false")
		new Element('div', {
			'styles': {
				'margin': '0px auto 15px auto',
				'background': '#ffd',
				'color': '#444',
				'border': '1px solid #888',
				'padding': '5px',
				'text-align': 'center',
				'width': '90%',
				'font-size': '14px'
			}
		})
		.setHTML('<strong>Warning:</strong> <em>bpID</em> and/or <em>eID</em> are not set!')
		.injectBefore($E('h3.step'));
	
	$('main').getElements('input[type=radio]').each(function(input) {
		input.removeProperty('checked');
	});
	
	accordion = new Fx.Accordion($$('h3.enabled'), $$('div.enabled'), {
		'opacity': false,
		onActive: function(toggler, element) {
			if(window.ie && this.togglers[3] == toggler)
				element.setStyle('height', 'auto');
			
			if(element.hasClass('disabled')) {
				toggler.addClass('enabled').removeClass('disabled');
				element.addClass('enabled').removeClass('disabled');
			}
		}
	});
	
	$$('input[name=num_services]').addEvent('click', chooseService.bindWithEvent(event));
	$$('input[name=single_service]').addEvent('click', chooseBanner.bindWithEvent(event));
	$('multiple_services_continue').addEvent('click', chooseBanner.bindWithEvent(event));
	$$('input[name=multiple_banner_size]').addEvent('click', finish.bindWithEvent(event));
	$('code').addEvent('click', function() {
		this.focus();
		this.select();
	});
}

function addNext() { accordion.addSection($E('h3.disabled'), $E('div.disabled'), accordion.togglers.length); }

function chooseService(event) {
	var o = event.target;

	$('single_services').setStyle('display', 'none');
	$('multiple_services').setStyle('display', 'none');
	switch(o.value) {
		case 'single':
			$('single_services').setStyle('display', 'block');		
			break;
		case 'multiple':
			$('multiple_services').setStyle('display', 'block');
			break;
	}
	service = o.value;
	if($$('h3.step')[1].hasClass('disabled')) addNext();
	accordion.display(1);
}

function chooseBanner(event) {
	offering = event.target.value;	
	if($$('h3.step')[2].hasClass('disabled')) addNext();
	accordion.display(2);
}

function finish(event) {
	var o = event.target;
	
	var div = $('preview');

	switch(service) {
		case 'single':
			var html = banners.single[o.value][offering];
			break;
		case 'multiple':
			var html = banners.multiple[o.value].template;
			break;
	}

	src = script.
			replace(/{id}/gi, banners.multiple[o.value].id).
			replace(/{bpID}/gi, bpID).
			replace(/{eID}/gi, eID);	
	
	var html = html + '<script type="text/javascript" charset="utf-8">'+src+'</script>';
	var html = html.replace(/{id}/gi, banners.multiple[o.value].id);
	var html = html.replace(/{bpID}/gi, bpID);
	var html = html.replace(/{eID}/gi, eID);
			
	div.setHTML(html);
	eval(src);
	
	var links = div.getElements('a');
	$$('#multiple_services input').each(function(input) {
		if(!!!input.getProperty('checked')) {
			links.each(function(link) {
				if(link.getText() == input.value) link.remove();
			});
		}
	});
	
	$('code').setText(html);
	
	if($$('h3.step')[3].hasClass('disabled')) addNext();
	accordion.display(3);
}
