﻿function favoritos(url, site) 
{
	if ( navigator.appName != 'Microsoft Internet Explorer' )
		window.sidebar.addPanel(site,url,""); 
	else window.external.AddFavorite(url,site); 
}
function LinkPagInicial()
{
	if (document.all){
	  document.write('<a class="linkTop" href="javascript:history.go(0);" onclick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.jogoszip.com\');">');
	  document.write('Jogos</a>');
	}
	else
	{
		document.write('<a class="linkTop" onclick="alert(\'Esta funcionalidade só está disponivel no IE.\')">Jogos</a>')
	}

}