Не top.location.href а window.loaction.href;
Т.е
<script type="text/javascript">
function clicker(){
now = new Date()
if (now.getDay() == 0)
{window.location.href='http://www.vkontakte.ru/';}
else
{window.location.href='http://www.rambler.ru/';}
}
</script>
<button onclick="clicker();">GO</button>