The console in Google Chrome swears on the following code:
function isBd(user) { $.get('/index/8-0-' + user, function (data) { var bDate = new Date(Number($("#ubd", data).text()) * 1000); var date = new Date(); if ((bDate.getMonth() == date.getMonth()) && (bDate.getDate() == date.getDate())) { $('.bd' + user).html('<img src="h/sml/okore.gif" style="margin: 75px 80px 0px 100px; position: absolute;" alt="" width="64pxpxpx" height="64pxpxpx">'); } }) }
What is the problem?