	var ad_cnt1 = 8;
	var now1 = new Date()
	var sec1 = now1.getSeconds()
	var ad1 = sec1 % ad_cnt1;
	ad1 +=1;
	if (ad1==1) {
	url1="We will either find a way or make one - Hannibal";
	banner1="images/images_01.jpg";
	}
	if (ad1==2) {
	url1="Ambition never comes to an end - Yoshida Kenko";
	banner1="images/Home/2.jpg";
	}
	if (ad1==3) {
	url1="A journey of a thousand miles must begin with a single step - Lao Tsu";
	banner1="images/Home/3.jpg";
	}
	if (ad1==4) {
	url1="I will go anywhere as long as its forward - Dr Livingstone";
	banner1="images/Home/4.jpg";
	}
	if (ad1==5) {
	url1="The true path to success is through planning - Edgar Natolo";
	banner1="images/Home/5.jpg";
	}
	if (ad1==6) {
	url1="Never let perfect get in the way of better - Edgar Natolo";
	banner1="images/Home/6.jpg";
	}
	if (ad1==7) {
	url1="Dream, believe then create and succeed - Edgar Natolo";
	banner1="images/Home/7.jpg";
	}
	if (ad1==8) {
	url1="My interest is in the future, because I intend to spend the rest of my life there - Edgar Natolo";
	banner1="images/Home/8.jpg";
	}
