

function nulLink(){
  alert(
    "\n_________________________\n\n" +
    "    This link is not active\n" +
    "_________________________\n\n"
  );
  return false;
}
