<!-- Begin
var how_many_vrts = 4;
var now = new Date()
var sec = now.getSeconds()
var vrt = sec % how_many_vrts;
vrt +=1;
if (vrt==1) {
url="http://lj-sport.com/onlinestore.html";
target="_blank";
alt="TV Subscriptions";
title="TV Subscriptions";
banner="http://www.liveonsat.com/images/Sky_IT_banner.gif";
width="430";
height="88";
}

if (vrt==2) {
url="http://lj-sport.com/onlinestore.html";
target="_blank";
alt="TV Subscriptions";
title="TV Subscriptions";
banner="http://www.liveonsat.com/images/2010.gif";
width="430";
height="88";
}

if (vrt==3) {
url="http://lj-sport.com/onlinestore.html";
target="_blank";
alt="TV Subscriptions";
title="TV Subscriptions";
banner="http://www.liveonsat.com/images/Sky_IT_banner.gif";
width="430";
height="88";
}

if (vrt==4) {
url="http://lj-sport.com/onlinestore.html";
target="_blank";
alt="TV Subscriptions";
title="TV Subscriptions";
banner="http://www.liveonsat.com/images/2010.gif";
width="430";
height="88";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0>');
document.write('</center>');
// End -->
