﻿// JScript File
var isay = [];
//isay[0] = 'Besides the "Windows", <big>"Second AI"</big> is the only thing need to remember, for the <big>computer dums</big>.';
isay[0] = '<big>Easy to use, Easy to share</big> - "Second AI"';
isay[1] = '<big>Easy</big> and <big>Helpful</big> are always two most important things for Second AI!';
isay[2] = 'Second AI is not only a RSS Reader! She is a RSS generator as well!';
isay[3] = 'Second AI - a smart way to get online';
isay[4] = 'Second AI - Better experiences start from here.';
isay[5] = 'Second AI - Help you surfing the internet better!';



var randomnumber=Math.floor(Math.random()*6)
document.write('<div style="font-weight:bold; margin:10px 10px 10px 10px; text-align:left; font-size:14px; color:#999999; text-align:center;">'+isay[randomnumber]+'</div>');

