var message = "";

// Edit News starts 

message += "<P><A href=books.html class=link> New book published !!! Download FREE copy of ALL old and latest books: <strong style=\"color:E926E9\">Marananantharavastha, Kristhuvil, Yona, Kereethinte Vakkil, Sanketha Nagarangal, </strong><strong> Ulsavam, Iniyum Tholkkanamo? and more... </strong> Uploaded Dec '11</A></P>";

// message += "<P><A href=news.html class=link><strong style=\"color:E926E9\">Ernakulam Convention</strong> on 29th January 2012. Click here for more details.</A></P>";
message += "<P><A href=news.html class=link><strong style=\"color:E926E9\">Kottayam Convention</strong> on 5th February 2012. Click here for more details.</A></P>";
message += "<P><A href=news.html class=link><strong style=\"color:E926E9\">Uppukandom Convention</strong> on 16th February 2012. Click here for more details.</A></P>";
message += "<P><A href=news.html class=link><strong style=\"color:E926E9\">Kalamassery Convention</strong> on 18th February 2012. Click here for more details.</A></P>";
message += "<P><A href=news.html class=link><strong style=\"color:E926E9\">Pampakkuda Convention</strong> on 22nd February 2012. Click here for more details.</A></P>";
message += "<P><A href=news.html class=link><strong style=\"color:E926E9\">Kannur Convention</strong> on 26th February 2012. Click here for more details.</A></P>";
message += "<P><A href=news.html class=link><strong style=\"color:E926E9\">Perunthalmanna Convention</strong> on 29th February 2012. Click here for more details.</A></P>";


message += "<P><A href=songs.html class=link> 2011 Convention sermons and songs uplaoded. More than <strong style=\"color:E926E9\">30 MP3 gospel messages and 60+ MP3 songs</strong>  available for <strong style=\"color:F90E3D\"> listening and FREE download !!</strong> Click here to listen and download. - Uploaded June '11</A></P>";
message += "<P><A href=malayalam-audio-sermons.html class=link> Click here for <strong style=\"color:E926E9\"> gospel messages (MP3) -</strong> <strong style=\"color:F90E3D\"> listen and download  FREE  !!</strong> </A></P>";

  
     
      message += "<P><a href=roy.html class=link> Tribute to <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>	";
news = news +"<div id=\"marqueecontainer\" onMouseover=\"copyspeed=pausespeed\" onMouseout=\"copyspeed=marqueespeed\">";
news = news +"<div id=\"vmarquee\" style=\"position: absolute; width: 100%;\">" + message + "</div></div></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);


var delayb4scroll=2000 //Specify initial delay before marquee starts to scroll on page (2000=2 seconds)
var marqueespeed=1 //Specify marquee scroll speed (larger is faster 1-10)
var pauseit=1 //Pause marquee onMousever (0=no. 1=yes)?

////NO NEED TO EDIT BELOW THIS LINE////////////

var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var actualheight=''

function scrollmarquee(){
if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8)) //if scroller hasn't reached the end of its height
cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px" //move scroller upwards
else //else, reset to original position
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
}

function initializemarquee(){
cross_marquee=document.getElementById("vmarquee")
cross_marquee.style.top=0
marqueeheight=document.getElementById("marqueecontainer").offsetHeight
actualheight=cross_marquee.offsetHeight //height of marquee content (much of which is hidden from view)
if (window.opera || navigator.userAgent.indexOf("Netscape/7")!=-1){ //if Opera or Netscape 7x, add scrollbars to scroll and exit
cross_marquee.style.height=marqueeheight+"px"
cross_marquee.style.overflow="scroll"
return
}
setTimeout('lefttime=setInterval("scrollmarquee()",30)', delayb4scroll)
}

if (window.addEventListener)
window.addEventListener("load", initializemarquee, false)
else if (window.attachEvent)
window.attachEvent("onload", initializemarquee)
else if (document.getElementById)
window.onload=initializemarquee






