var message = "";

// Edit News starts 
 message += "<P><A href=books.html class=link> New books published !!! Download FREE copy of old and latest books: <strong>Ninte Grahakariyam Kramathilakkuka ,Njan Engane Kandu Sahikkum ,Kakkum Karangal and more... </strong> Uploaded July '10</A></P>";

 message += "<P><A href=news.html class=link> <b>USA Convention  : 23 July - August 8.</B> Click here for more news</A></P>";
    
      message += "<P><A href=songs.html class=link> Central Convention Songs Uploaded!! Click here to listen and download. - Uploaded May '10</A></P>";
     
     
      message += "<P> <strong> Important Notice !!! </strong>There is a spam e-mail spreading, saying that Prof. M.Y Yohannan's relation is sick and <b>requesting for money.</b> This is just a <b>hoax. </b> No request has ever been made by me for any financial help or contribution from anybody. My e-mail id,  prof_yohannan@hotmail.com is not valid anymore. New e-mail id is <b>profmyyohannan@crfgospel.org<b>  - Prof. M.Y Yohannan.</b></P>";
      message += "<P><a href=roy.html class=link> We regret to inform you about the sad demise of <b>Mr. Roy Jacob.</b> Click here for more news, songs, picture and testimony</a></P>";
      message += "<P><a href=video.html class=link>Watch sermons in Asianet News(Friday 6:30-7:00am), Surya T V(Saturday 6:30-7:00 am) and Jeevan TV(Sunday 6:30-7:00am) </a></P>";

// Edit News starts

var news = "<table align=\"right\" border=0 cellpadding=0 cellspacing=0 width=211>";

// ymf starts
// news = news + "<tr><td height=100 valign=top><A href=\"news.html\"><img src=\"images/ymf.gif\" border=\"0\"></A></td></tr>";
// ymf ends

news = news + "<tr><td height=26><img src=\"images/newstop.jpg\"></td></tr>";
news = news + "<tr><td background=\"images/newsbg.jpg\">";

news = news + "<table align=\"right\" border=0 cellpadding=0 cellspacing=0 width=190>";
news = news + "<tr><td>" + message + "</td></tr></table>";

news = news + "</td></tr><tr><td height=\"26\" background=\"images/newsbg.jpg\" align=\"right\"><A href=\"news.html\"><img src=\"images/next.gif\" border=\"0\"></A>&nbsp;&nbsp;</td>";
news = news + "</tr><tr><td height=\"2\"><img src=\"images/newsbottom.jpg\"></td></tr></table>";

document.write(news);