$('#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=\"Moen\" src=\"/system/logos/9/original/moen.gif?1321372309\" /></div>\n    <div class=\"client-testimonial\">We've received extremely positive feedback from participants, and have seen a double digit increase in customer satisfaction. It has created ongoing sales consultant excitement and is considered to be among the best in the industry.</div>\n    <div class=\"client-name\">&mdash; Jean Munn</div>\n    <div class=\"client-title\">Target Market Manager</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'});
