
var smart=new Array()

smart[0]='Almost every commercial software has an alternative freeware that does the same performances, and sometimes even better.'

smart[1]='Not to steal is a clear forbiddance from the bible'

smart[2]='The more people will use Linux or any other free operating system, the more it become compatible with all the software and hardware on the market'

smart[3]='The open source programs allow a commercial use of the program. Just check the term of the license of the program you want to use'

smart[4]='If we all start using freewares instead of commercial software, the manufacturers will have to lower prices or give the softwares for free and make income from alternative sources, like commercials'

smart[5]='Students, computer freaks, and other computer geniuses are working together on open source alternatives to almost every software. That is why it usually better than the commercial software itself. The only problem is that it is not known enough in the public.'

smart[6]='Rumor has it, that even Microsoft itself uses open source programs, like Linux.'

smart[7]='Even if our computer has tones of ilegal content, if we download one freeware instead of stealing another commercial software, we are on the right way for making ourself better persons'

smart[8]='People all over the world paying millions of dollars for stealing content on the internet.'


var choose=Math.floor(Math.random()*(smart.length))
document.write(smart[choose])
