var _callForActionFragment = '<div id="call-for-actions">' +
    ' <ul> '+
    ' <li><a href="/competitive-analysis.html"> <h3>Comparisons</h3> <p>See how Zoom stacks up to the competition</p> </a> </li> ' +
    ' <li><a href="/prod-gallery.html">  <h3>Product Gallery</h3> <p>Checkout our product gallery</p> </a> </li>' +
    ' <li><a href="/jsp/whitepaper.jsp?wpid=1"> <h3>Get Whitepaper</h3> <p>Indepth look at Evolphin Zoom & its ROI</p> </a> </li> ' +
    ' <li><a href="/demoschedule.html"> <h3>Attend a Demo</h3> <p>Schedule a personalized demo</p> </a> </li>' +
    ' </ul> </div> ';

function callForActionDiv() {
  return _callForActionFragment;        
}
                                             
