function show_header()
{
	document.write("<table border=\"0\" width=\"800\">");
	document.write("  <tr bgcolor=\"white\">");
	document.write("    <td align=\"left\" width=\"800\">");
	document.write("      <a href=\"index.htm\"><font color=\"Grey\">dinker charak</font></a> /");
	document.write("      <a href=\"author.htm\"><font color=\"Grey\">author</font></a>,");
	document.write("      <a href=\"programmer.htm\"><font color=\"Grey\">programmer</font></a>,");
	document.write("      <a href=\"http://photos.dinkercharak.in/\"><font color=\"Grey\">wanderer</font></a>");
	document.write("    </td>");
	document.write("  </tr>");
	document.write("</table>");
	document.write("<br><br>");
}

function show_footer()
{
	document.write("<table border=\"0\" width=\"800\">                                 ");
	document.write(" <tr bgcolor=\"#f0f0f0\">                                          ");
	document.write("  <td align=\"center\">                                            ");
	document.write("   <font size=\"-2\">                                              ");
	document.write("      Copyright &#169; 2002-09                                     ");
	document.write("      <a href=\"contact.htm\">Dinker Charak</a>                    ");
	document.write("   </font>                                                         ");
	document.write("  </td>                                                            ");
	document.write(" </tr>                                                             ");
	document.write("</table>                                                           ");
	document.write('<script type="text/javascript">');
	document.write('var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");');
	document.write('document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));');
	document.write('</script>');
	document.write('<script type="text/javascript">');
	document.write('var pageTracker = _gat._getTracker("UA-5232867-1");');
	document.write('pageTracker._trackPageview();');
	document.write('</script>');
}

function show_blog_submit()
{
	document.write("<table border=\"0\" width=\"800\">                                 ");
	document.write(" <tr>                                                              ");
	document.write("  <td align=\"center\">                                            ");
	document.write("   <font size=\"-2\">                                              ");
	document.write("    <a href=\"http://www.facebook.com/sharer.php?u=" + location.href + "\">facebook</a>");
	document.write("    <font color=\"Grey\" size=\"-1\"> | </font>                    "); 
	document.write("    <a href=\"http://technorati.com/search/" + location.href + "\">technorati links</a>");
	document.write("    <font color=\"Grey\" size=\"-1\"> | </font>                    "); 
	document.write("    <a href=\"http://del.icio.us/post?v=4&noui&jump=close&url=" + location.href + "&title=" + document.title + "\">del.icio.us</a>");
	document.write("    <font color=\"Grey\" size=\"-1\"> | </font>                    "); 
	document.write("    <a href=\"http://www.feedburner.com/fb/a/emailFlare?itemTitle=" + document.title + "&uri=" + location.href + "\">email this</a>");
	document.write("    <font color=\"Grey\" size=\"-1\"> | </font>                    "); 
	document.write("    <a href=\"http://www.stumbleupon.com/submit?url=" + location.href + "&title=" + document.title + "\">stumble it!</a>");
	document.write("    <font color=\"Grey\" size=\"-1\"> | </font>                    "); 
	document.write("    <a href=\"http://digg.com/submit?url=" + location.href + "&title=" + document.title + "\">digg this!</a>");	
	document.write("   </font>                                                         ");
	document.write("  </td>                                                            ");
	document.write(" </tr>                                                             ");
	document.write("</table>                                                           ");
}

