﻿<!--

/*
News Updater Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

var head=''
var top=0
var maxheight
var finished=false
var tickers=new Array()

tickers[0]='<font size=2 color="yellow">Hoàng Sa và Trường Sa là lãnh hải của Việt Nam từ ngàn xưa</font>'
tickers[1]='<font size=2 color="white">Trung Quốc đã xâm lược Hoàng Sa, và đã chiếm một phần Trường Sa</a></font>'
tickers[2]='<font size=2 color="white">Đế quốc xâm lược bá quyền Trung Quốc lộ nguyên hình xâm lược VN</a></font>'
tickers[3]='<font size=2 color="white">Chúng đã sát nhập 2 quần đảo này vào Trung Quốc</a></font>'
tickers[4]='<font size=2 color="white">Vùng lên nhân dân Việt Nam anh hùng</a></font>'
tickers[5]='<font size=2 color="white">Thề cứu lấy nước nhà, thề hy sinh đến cùng</a></font>'
tickers[6]='<font size=2 color="white">Cùng nhau đánh tan bọn xâm lược Trung Quốc</a></font>'
tickers[7]='<font size=2 color="white">những ai, hay chế độ nào à tòng với TQ, tức là Lê Chiêu Thống</a></font>'
tickers[8]='<font size=2 color="white">Cõng rắn cắn gà nhà</a></font>'
tickers[9]='<font size=2 color="white">Chào Mừng Qúy Bạn viếng thăm trang Hoàng Sa & Trường Sa</a></font>'
tickers[10]='<font size=2 color="red">Kính Chúc Qúy vị một ngày Vui vẻ, Thành Công, May Mắn, & Hạnh Phúc</font>'
 
for (i=1;i<=tickers.length-1;i++){
if (tickers[i].length>=tickers[top].length)
top=i
}
if (document.all)
document.write('<span id="whatsnew" style="width:100%;height=8;filter:revealTrans(duration=2,transition=19)">'+tickers[0]+'</span>')

function change(){
whatsnew.innerHTML=''
whatsnew.filters.revealTrans.apply()
whatsnew.filters.revealTrans.play()
whatsnew.innerHTML=tickers[c]
if (c==tickers.length-1) 
c=0
else
c+=1
setTimeout("change()",7000)
}
if (document.all)
document.write('<span id=ns style="display:none;">')
//-->