document.write("<a href='javascript:chat()'><img id='sp' name='sp' src='sprzedawca/cons_enter.asp' hspace=0 vspace=0 border=0></a>")
function chimage()
{
var img = new Image()
img.src = "sprzedawca/cons_enter.asp"
document.images['sp'].src = img.src
img = null
window.setTimeout("chimage()",2000)
}
function chat()
{
window.open("sprzedawca/default.asp","chat","width=640,height=480,menubar=no,toolbar=no,adressbar=no");
}
window.setTimeout("chimage()",10000)
