//info Request Info Module
function learnMoreModule(){
var strInfo='';
strInfo+='<div class="rightcallouts_sep"><img src="/images/hr_lefnav_seperator.gif" border="0" alt="" /></div>';
strInfo+='<table width="186" border="0" cellspacing="0" cellpadding="0">';
strInfo+='<tr bgcolor="#ffffff"><td>';
strInfo+='<div class="textcallout_title">Learn More</div>';
strInfo+='<div class="textcallout"><a href="/products/productsBalance.html">Balancing Service, Safety & Return</a></div>';
strInfo+='</td></tr>';
strInfo+='</table>';
document.write(strInfo);
}
learnMoreModule();
