Code
<script type="text/javascript">
function spages(p) {
if (0) {
document.location.href = '/news/' + p;
history.pushState(null, null, '/news/' + p);
document.location.href = '/load/-1-' + p;
return;
}
try {
history.pushState(null, null, '/news/' + p);
history.pushState(null, null, '/load/-1-' + p);
$('#myGrid').fadeIn().css({'background':'rgba(100, 100, 100, 0.5)', 'width':'100%', 'height':'100%', 'position':'fixed', 'z-index':'11', 'top':'0px', 'left':'0px'});
} catch (e) {}
_uPostForm('', {
url: '/news/'+p+'-0-0-0-0-0-' + Math.floor(Math.random() * 1e8)
url: '/$MODULE_ID$/0-' + p + '-' + Math.floor(Math.random() * 1e8)
});
};
$('#myGrid div img').attr({'src': '/images/16.gif', 'height':'20px', 'width':'160px'});
</script>