yusufyusuf adlı üyeden alıntı: mesajı görüntüle
peki milliyetde varmı bu kod?

kodlarda göremedim ben.
<script type="text/javascript">
function yenile()
{
 sx = window.location.search;
 sx = sx == "" ? "?ver=" : (sx.indexOf('ver=')>0 ? sx : sx + "&ver=");
 window.location="http://" + window.location.hostname + window.location.pathname+ sx + String(Math.random()).substr(2,1);
}
</script>
<script type="text/javascript">
setTimeout('yenile()', 3 * 60 * 1000)
</script>