


// If it's Internet Explorer, use automatic link
// to the URL you want them to bookmark.
if (document.all){
  document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.curentul.ro\');">');
  document.write('<font size="1" color=FF0000 face=arial><B>Apasati aici pentru a seta "Curentul" drept pagina de start.</B></font></a>');
}

// If it's Netscape 6, tell user to drag link onto Home button
// to the URL you want them to bookmark.
else if (document.getElementById){
  document.write('<a href="http://www.curentul.ro">Trageti acest link peste butonul "HOME" pentru a seta "Curentul" drept pagina de start.</a>');
}

// If it's Netscape 4 or lower, give instructions to set Home Page
else if (document.layers){
  document.write('<b>Setati acest site drept pagina de start:</b><br>- Mergeti la <b>Preferences</b> in <B>Edit</B> Menu.<br>- Alegeti <b>Navigator</b> din lista din stanga.<br>- Dati click pe butonul <b>"Use Current Page"</b>.');
}

// If it's any other browser, for which I don't know the specifications of home paging, display instructions
else {
  document.write('<b>setati acest site drept pagina de start:</b><br>- Mergeti la  <b>Preferences</b> in <B>Edit</B> Menu.<br>- Alegeti <b>Navigator</b> din lista din stanga.<br>- Dati click pe butonul  <b>"Use Current Page"</b>.');
}

