function hr(){dw('<hr class="clear-contentunit">')}
function pat(c)
{
switch(c)
{
case 1:return '/in/';
case 2:return '/sci/';
case 3:return '/music/';
case 3:return '/software/';
case 5:return '/world/';
case 6:return '/gen/';
case 7:return '/vid/';
case 8:return '/ved/';
case 9:return '/person/';
}
}
function d(d,m,y,c){var path,date=new Date();date.setFullYear(y);date.setMonth(m-1);date.setDate(d);
m=m<10?'0'+m:m;d=d<10?'0'+d:d;path=pat(c)+d+m+y+'.htm';
dw('<h3>Posted on '+date.toDateString()+'</h3><p class="details">| Posted by <a href="/profile/index.htm">Gurudev</a> | <a href="http://js-kit.com/rss/www.hitxp.com'+path+'#comments">Comments (<span class="js-kit-comments-count" path="'+path+'">Counting..</span>)</a> |</p>')}