var marqueewidth="350"
var marqueeheight="130"
var marqueespeed=1
var pauseit=1
var marqueecontent='
Catholic Standard:-Editorial:- Divinely Human and Humanly Divine, On the 100 birth anniv of Mother Teresa of Calcutta,NATURAL DISASTERS, Race, Politics and Religion in Guyana and T&T, Pastoral Area Priestly Responsibility......
The weekly newspaper of the Archdiocese of Port of Spain
Catholic Standard online edition. 20 Aug 2010. EDITORIAL: A Church of Guyana, NEW PRIEST ORDAINED FOR LOCAL CHURCH, Race, Politics and Religion in Guyana and T&T, Mercy Hospital Marks 65 years..............click here to read
Catholic Standard online Edition. EDITORIAL:- Fed up smelling garbage, Caribbean Catholic teachers urged to live their faith, Hundreds bid farewell to Aubrey Collins, Opposition disappointed at no Local Gov’t Elections.....
Priestly Ordination of Rev Marlon Innis SJ on the 14th Aug 2010 ! Click here to read....
'
var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var iedom=document.all||document.getElementById
var actualheight=''
var cross_marquee, ns_marquee
function populate(){
if (iedom){
cross_marquee = document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
cross_marquee.innerHTML=marqueecontent
actualheight=cross_marquee.offsetHeight
}
else if (document.layers){
ns_marquee=document.ns_marquee.document.ns_marquee2
ns_marquee.top=parseInt(marqueeheight)+8
ns_marquee.document.write(marqueecontent)
ns_marquee.document.close()
actualheight=ns_marquee.document.height
}
lefttime=setInterval("scrollmarquee()",17)
}
//window.onload=populate
setTimeout("populate()",17)
function scrollmarquee(){
if (iedom){
if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8))
cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px"
else
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
}
else if (document.layers){
if (ns_marquee.top>(actualheight*(-1)+18))
ns_marquee.top-=copyspeed
else
ns_marquee.top=parseInt(marqueeheight)+8
}
}
if (iedom||document.layers){
with (document){
if (iedom){
write('')
}
else if (document.layers){
write('')
write('')
write('')
}
}
}