It might be that your ISP is caching web pages, or a proxy server.
Here's a workaround that should disable all caching (browsers, proxys, webservers etc)
Open Page HTML (from the BlueVoda menubar) and insert this code in 'Between Head Tag':
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-1">
Optional you also add this line, but first try to see if the code above gives the right results:
<meta http-equiv="refresh" content="1">
Pablo
Forum Moderator
BlueVoda Specialist