<!-- 
var a=new Array ( 
'SimpleMagnifier - this is a very useful computer screen magnifier. The new 2.0.1 version is available for download on our site.',
'SimpleMagnifier 2.1.1 released',
'USB Stick Watcher, it is a very useful software utility that can keep reminding you whenever your thumb drive is plugged into the system.',
'Have you ever forget to unplug your tiny thumb drive from PC system whenever you have finished the file transfer or usage? FlashWatcher will ensure that you never leave your USB Stick plugged in to a computer!',
'The FRemover - is a force directory removal tool. This is a very useful utility to delete a large folders. The FRemover - the best way to delete a large folders in Windows!'
); 
document.write (a[Math.round(Math.random()*(a.length-1))]); 
// -->