Portal 2 looks cool, but I'm not buying it for that price, nope
Miika, you KNOW that's bullstuff. Buy it NOW.
Snot, don't be a spoiler.
Edit: I checked the javascript on the page:
if ( secsRemaining < 0 )
{
if ( !g_bEnded )
{
g_bEnded = true;
Event.observe( document, 'focus', refreshPage );
Event.observe( document, 'mousemove', refreshPage );
}
return;
}
Just making sure, but the page has absolutely nothing until the time it's supposed to come out. Then the page reloads with the site's new page. Whatever is coming is completely serverside, if anyone is wondering.