window.defaultstatus='The best knotting deals on the planet ! ';
function re()
{
window.status='The best knotting deals on the planet ! ';
setTimeout(re, 5);
}
re();
