$(document).ready(function(){$.growl.settings.displayTimeout=5e3;$.growl.settings.dockCss.width="350px";$.growl.settings.noticeTemplate='<table width="350" border="0" cellpadding="0" cellspacing="0" class="notification">\t<tr>\t\t<td style="background-image: url(images/notification_top.png); width: 350px; height: 28px; background-repeat: no-repeat; color: #fff;">\t\t&nbsp;</td>\t</tr>\t<tr>\t\t<td style="margin: 0; padding: 0; background-image: url(images/notification_repeat.png); width: 350px; background-repeat: repeat-y; color: #fff;">\t\t\t<img src="%image%" style="width: 16px; height: 16px; margin: 4px 5px 0px 33px;" />\t\t\t<h1 style="position: relative; top: -3px; display: inline;">%title%</h1>\t\t\t<p>%message%</p>\t\t</td>\t</tr>\t<tr>\t<td style="background-image: url(images/notification_bottom.png); background-repeat: no-repeat; width: 350px; height: 28px;" valign="top" align="right" >\t\t\t<a style="margin-right: 25px; font-size: 10px; color: #dfdfdf; text-align: right;" href="" onclick="return false;" rel="close">Close</a>\t\t</td>\t</tr>';"+ </table>";$.growl.settings.noticeCss={position:"relative"}});
