﻿var i=0;
var	JavaScriptBank="[ wWw.VietLion.Com ]  ";
var arrow=new Array();
	arrow[0]="-»»                 ";
	arrow[1]="  -»»               ";
	arrow[2]="    -»»             ";
	arrow[3]="      -»»           ";
	arrow[4]="        -»»         ";
	arrow[5]="          -»»       ";
	arrow[6]="            -»»     ";
	arrow[7]="              -»»   ";
	arrow[8]="                -»» ";

var textArray=new Array();
	textArray[0]=" Tải eBook ,Giải Trí, Nghe Nhac Và Còn Hơn Thế Nữa ...                                                             ";
	textArray[1]=" Relax, Music and more ...                                                      ";
	textArray[2]=" eBook Đựơc Cập Nhật Mới Liên Tục                                                           ";
	textArray[3]=" Will be update every time ...                                                        ";
	textArray[4]=" Hãy Truy Cập VietLion.Com mỗi ngày                                                          ";
var arrayIndex=end=i=0;
var temp="";

function TextAd(){
	if(textArray[arrayIndex].charAt(end)!=' '){
		temp+=textArray[arrayIndex].charAt(end);
		}
	else {
		temp+=' ';
		status=JavaScriptBank+arrow[i]+temp;
		if (i>arrow.length-2) i=0;
		else i++;
		}
	end++;		
	if(end==textArray[arrayIndex].length){
		end=0;
		setTimeout("TextAd()",3000);
		temp='';
		arrayIndex++;
		if(arrayIndex==textArray.length) arrayIndex=0;
	}
	else setTimeout("TextAd()",30);
}	
TextAd();

function Ad(){
	status=JavaScriptBank+arrow[i]+temp;
	if (i>arrow.length-2) i=0;
	else i++;
	setTimeout("Ad()",100);
}
Ad();