$('#dialog').html("<a id=\"close-dialog\" href=\"#\">Close</a>\n<div class=\"testimonial full\" id=\"testi-tabs\">\n  <div id=\"tab-1\">\n    <div class=\"company-logo\"><img alt=\"Textron\" src=\"/system/logos/18/original/textron.gif?1321372314\" /></div>\n    <div class=\"client-testimonial\">The employees' reactions have been incredible. InteliSpend hit the nail on the head in terms of assembling the perfect outlets for our employees to get the rewards they want most. When an employee chooses their own reward from this selection of merchants, it ensures that it will be remembered for a long time. When an employee sees the theme on the card, it reinforces Textron Financial's appreciation of their outstanding performance, and reminds them why they received the reward. We've been using the card for more than five years. InteliSpend reward solutions have been the answer for us!</div>\n    <div class=\"client-name\">&mdash; Steve Ostiguy</div>\n    <div class=\"client-title\">Manager, Organizational Performance</div>\n  </div>\n\n\n<script>\n  $(function(){\n    \n     $('#testi-tabs').tabs();\n  });\n $(\"#close-dialog\").click(function(){\n   $(\"#dialog\").dialog(\"close\");\n });\n</script>\n\n")
$('#dialog').dialog({modal:true, resizable: false, width:600, height:'auto', dialogClass:'testimonial-dialog'});
