var swidth=400;
var sheight=400;
var sbcolor='#ffffff';
var sspeed=4;
var msg='
- Happy Birthday
- Posted on2010-07-01
- To all of our visitors and members born in the month of July we wish a Happy Birthday! May God continue to bless and keep you in his Love!
- VACATION BIBLE SCHOOL (VBS)
- Posted on2010-07-01
- It is coming soon! VBS for all ages- keep coming back to check for the dates, time and activities-Hope you can make it- Come enjoy your VACATION serving in your VOCATION!!!!
- Texas Annual Conference
- Posted on2010-06-13
- The 127th Session of the Texas Annual Conference was held- if you are interesting in hearing some of the most enlighten Gospel filled sermons- please check out of Media ministry- CD/DVD are on sale
- Summer Studies
- Posted on2010-06-04
- Now that school is over for another year- It isnt too early to start plans for the next school year. Read or have your child READ to you each day. Visit the local library for books, games and activities for summer fun. Also check back for our Summer Li
- Bible Study
- Posted on2009-09-19
- Looking for a place to study God\'s word- Come join us here each Wednesday night for 1 hour- 7:00pm - 8:00pmSt Mark AMEZ- a friendly place to learn God\'s word!!!!
- CD sermons available
- Posted on2009-09-03
- Just wish you keep the sermon all week with you! Now you can- purchase your copy of this week\'s message thru our Media Ministry each Sunday for $5.00.
- Sunday School
- Posted on2009-08-01
- Come learn more of God\'s word from the Bible- Meet us each Sunday morning at 9:30am for Sunday School- Come study with us!!!
- New TV ministry
- Posted on2009-04-06
- St Mark AMEZ can be seen on Dallas Cable Channel 99 on Sunday 9:30am and Wednesday nights 9:30pm- Check us out at www.dctvdallas.org
- Prayer can change things!
- Posted on2009-01-14
- We welcome you to come Pray with us-It is no secret what God can do--Prayer can and will! Meet us for Prayer service- daily!!!!!
';
var resumesspeed=sspeed
function start() {
if (document.getElementById)
ns6marquee(document.getElementById('ticker'));
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
sheight += 50;
iediv.style.pixelTop=sheight.
iediv.innerHTML=msg
sizeup=iediv.offsetHeight
ieslide()
}
function ieslide(){
if (iediv.style.pixelTop>=sizeup*(-1)){
iediv.style.pixelTop-=sspeed
setTimeout("ieslide()",100)
}
else{
iediv.style.pixelTop=sheight
ieslide()
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
sheight += 100;
ns6div.style.top=sheight + "px";
ns6div.innerHTML=msg
sizeup=ns6div.offsetHeight
ns6slide()
}
function ns6slide(){
if (parseInt(ns6div.style.top)>=sizeup*(-1)){
theTop = parseInt(ns6div.style.top)-sspeed
ns6div.style.top = theTop + "px";
setTimeout("ns6slide()",100)
}
else {
ns6div.style.top = sheight + "px";
ns6slide()
}
}