/*
 ---------------------------------------------------------------
 - Extra Javascript functions for Hinnovic.org blog            -
 - P. Vachon, June 23, 2009                                    -
 ---------------------------------------------------------------
*/

//  Add End Of Text Divider
function hinn_add_eot(eot_lang, eot_month_topic, eot_month_date)
{
  document.write("<p>&nbsp;</p>");
  document.write("<div align='right'>");
  document.write("<table cellspacing='0' cellpadding='0' border='0'>");
  document.write("<tbody>"); 
  document.write("<tr>");
  document.write("<td align='left'><?php if (function_exists('sociable_html')) {echo sociable_html()} ?></td>");
  document.write("<td align='right'><img align='left' src='http://www.hinnovic.org/wp-content/uploads/image/left_round_beige.jpg' /></td>");
  document.write("<td bgcolor='#EFF2E1' align='right'>");
  if (eot_lang=="FR"){
      document.write("<p><font size='1' color='#96a82c'><em>Retournez au dossier sur :</em></font><br />");
      document.write("<strong><a href='http://www.hinnovic.org/"+eot_month_date+"/' title='Retournez au dossier parent'><font color='#96a82c' font-size='10px'>"+eot_month_topic+"</font></a></strong>"); 	  }
  else{
	  document.write("<p><font size='1' color='#96a82c'><em>Return to the dossier on:</em></font><br />");
      document.write("<strong><a href='http://www.hinnovic.org/"+eot_month_date+"/' title='Return to parent dossier'><font color='#96a82c' font-size='10px'>"+eot_month_topic+"</font></a></strong>"); 
  }
  document.write("</p></td>");
  document.write("<td align='center'><img align='left' src='http://www.hinnovic.org/wp-content/uploads/image/right_round_beige.jpg' /></td></tr></tbody></table></div>");
  document.write("<p align='center'><img src='http://www.hinnovic.org/wp-content/uploads/2007/12/end_of_text2.jpg' /></p>");
}