window.onload = function() {
	//cssdropdown.startchrome("chromemenu"); 
	if(isFirstTime) {
		showFirstTime();
	}
	if(document.getElementById('addthis') != null) {
		document.getElementById('addthis').style.display="block";
	}
}