$('#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=\"Advantage_parts_points\" src=\"/system/logos/1/original/advantage_parts_points.gif?1321372306\" /></div>\n    <div class=\"client-testimonial\">I was looking for a reward that offered convenience, choice and ease of use, while saving me time managing the reward program\u2026Business has boomed\u2026and our salespeople are very excited about the program which has made a world of difference.</div>\n    <div class=\"client-name\">&mdash; Larry Lavelle</div>\n    <div class=\"client-title\">President</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'});
