function init()
{  
	forumPosts();
	countdown.Setup();
        sizeContent();
}

var forumPostReloadCount = 0;
window.onload = init;