if(num==2){
	/* w=250   h=250   */
document.writeln('<form action="http://equipmentready.com/quote/welcome" method="post" target="_top">'+
				'	<div style="width: 250px; height: 250px; border:#f0f0f0 1px solid; background-color: #ffffff;">'+
				'	<table width="100%" border="0" cellspacing="0" cellpadding="0">'+
				'	  <tr>'+
				'		<td colspan="2" align="center"><img src="http://equipmentready.com/quote/img/widget2_logo.gif" width="250" height="52" /></td>'+
				'	  </tr>'+
				'	  <tr>'+
				'		<td width="125"><img src="http://equipmentready.com/quote/img/businesswoman.jpg" /></td>'+
				'		<td width="125"><img src="http://equipmentready.com/quote/img/instantquote-125.gif" />'+
				'			<b style="color:#336600">Lease Amount:</b><input type="text" id="amount" name="amount" style="width:100px;" /><script type="text/javascript">document.getElementById("amount").value = window.parent.document.getElementById("price").innerHTML.replace(" ", "").replace("$", "").replace(",", "");</script><br/><br /><!-- <b style="color:#336600">Email:</b><br /><input type="text" name="email" style="width:100px;" /><br /> --><input type="hidden" name="guid" value="'+guid+'" /><input type="submit" value="Submit" />'+
				'		</td>'+
				'	  </tr>'+
				'	  <tr>'+
				'		<td colspan="2" align="center"><b style="color:#800000" style="font-size:12px">Call</b><b style="color:#003399" style="font-size:12px"> 888-798-3976 for </b><b style="color:#800000" style="font-size:12px">Fast</b> <b style="color:#003399" style="font-size:12px">Approval</b></td>'+
				'	  </tr>'+
				'	</table>'+
				'	</div>'+
				'</form>');
}else if(num == 3){
	/* w=250 x h=300 */
	document.writeln('<a href="http://equipmentready.com/quote/welcome/landing?guid='+guid+'"><img src="http://equipmentready.com/quote/img/libertyqoute_250.jpg" border="0" /></a>');
}else if(num==4){
	/* w=250 x h=100 */
	document.writeln('<a href="http://equipmentready.com/quote/welcome/landing?guid='+guid+'"><img src="http://equipmentready.com/quote/img/instant_small.jpg" border="0" /></a>');
	
}else if(num == 5){
	/* w=200 x h=78 */
	document.writeln('<a href="http://equipmentready.com/quote/welcome/landing?guid='+guid+'"><img src="http://equipmentready.com/quote/img/approvebanner.jpg" border="0" /></a>');
}else if(num ==6){
	/* LCG_Box_ad120x140.jpg    w=120 h=140 */
	document.writeln('<a href="http://equipmentready.com/quote/welcome/landing?guid='+guid+'"><img src="http://equipmentready.com/quote/img/LCG_Box_ad120x140.jpg" border="0" width="125" height="125" /></a>');

}else if(num==7){
	/*w=300px h=160px */
	document.writeln('<form action="http://equipmentready.com/quote/welcome" method="post" target="_top">');
	document.writeln('<div style="position: relative; z-index:9999; height:120px; overflow:none; width:300px; margin:0px; padding:0px; border:#f0f0f0 1px solid ; background:url() no-repeat; background-color: #ffffff;">');
	document.writeln('<table border="0" >');
	document.writeln('<tr>');
	document.writeln('	<td colspan="3"><img src="http://equipmentready.com/quote/img/widget7_logo.gif" width="300" height="60" /></td>');
	document.writeln('    <td></td>');
	document.writeln('    <td></td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	document.writeln('	  <td>Amount *</td>');
	document.writeln('    <td>Email *</td>');
	document.writeln('    <td></td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	document.writeln('    <td><input type="text" name="amount" style="width:100px;" /></td>');
	document.writeln('    <td><input type="text" name="email" style="width:100px;" />;</td>');
    document.writeln('    <td></td>');
	document.writeln('	<td><input type="hidden" name="guid" value="'+guid+'" /><input type="submit" value="Submit" /></td>');
	document.writeln('</tr>');
	document.writeln('</table>');			
	document.writeln('</div>');
	document.writeln('</form>');
}else if(num==8){
	
	/*w=300px h=60px */
	document.writeln('<form action="http://equipmentready.com/quote/welcome" method="post" target="_top">');
	document.writeln('<div style="position: relative; z-index:9999; height:60px; overflow:none; width:300px; margin:0px; padding:0px; border:#f0f0f0 1px solid ; background:url() no-repeat; background-color: #ffffff; text-align:center;">');
	document.writeln('<table border="0" cellspacing="0" cellpadding="0" >');
	document.writeln('<tr>');
	document.writeln('	<td colspan="3"><img src="http://equipmentready.com/quote/img/widget8_logo.gif"  height="30" /></td>');
	document.writeln('</tr>');
	document.writeln('<tr>');	
	document.writeln('    <td> Amount:<input type="text" name="amount" style="width:60px;" /> Email:<input type="text" name="email" style="width:80px;" /></td>');
	document.writeln('    <td></td>');
	document.writeln('	<td><input type="hidden" name="guid" value="'+guid+'" /><input type="submit" value="GO" /></td>');
	document.writeln('</tr>');
	document.writeln('</table>');			
	document.writeln('</div>');
	document.writeln('</form>');	
	
}else {
	/*w=300px h=130px */
	document.writeln('<form action="http://equipmentready.com/quote/welcome" method="post" target="_top">');
	document.writeln('<div style="position: relative; z-index:9999; height:130px; overflow:none; width:300px; margin:0px; padding:0px; border:#f0f0f0 1px solid ; background:url() no-repeat; background-color: #ffffff;">');
	document.writeln('<table border="0" >');
	document.writeln('<tr>');
	document.writeln('	<td colspan="3"><img src="http://equipmentready.com/quote/img/widget9_logo.gif" width="255" height="70" /></td>');
	document.writeln('    <td></td>');
	document.writeln('    <td></td>');
	document.writeln('</tr>');
	document.writeln('<tr >'+
					 '<td colspan="3" align="center">'+
					 '<b style="color: green;">Instant Online Quote</b>' +
					 '</td></tr>'
					 );
	document.writeln('<tr>');
	document.writeln('	  <td>Amount * Email *</td>');
	document.writeln('    <td></td>');
	document.writeln('    <td></td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	document.writeln('    <td><input type="text" name="amount" style="width:100px;" /> <input type="text" name="email" style="width:100px;" /></td>');
	document.writeln('    <td></td>');
	document.writeln('	<td><input type="hidden" name="guid" value="'+guid+'" /><input type="submit" value="Submit" /></td>');
	document.writeln('</tr>');
	document.writeln('</table>');			
	document.writeln('</div>');
	document.writeln('</form>');
}






	
	
	

	
	
	
