<!-- 
var o =  new  Array();
  o[1] = "\"IcoFX is a superb and ultra modern versatite original icon editor. Thank you very much.\"";
  o[2] = "\"Absolutely brilliant product!!! Well done. And thank you.\"";
  o[3] = "\"Thank you very much for your software IcoFX. It helped me a lot.\"";
  o[4] = "\"Just wanted to let you know how much I love your icon editor. The best out there by far.\"";
  o[5] = "\"Im writin you to express my satisfaction for downloading your application. It's a great tool with a wide range of effects.\"";
  o[6] = "\"Thanks for this great freeware - I really like it.\"";
  o[7] = "\"What a great program you have created!.  Icons are such a pain to deal with and you have just made it easy.\"";
  o[8] = "\"Hi, I love IcoFX, its been very useful to me! Thanks for this very nice piece of free software!\"";
  o[9] = "\"First of all I love IcoFX. So far, it's the best free icon editor that I've found. I'm using version 1.5.01.\"";
  o[10] = "\"Today I downloaded IcoFX. Superb program. Have waited long time for such a nice icon-editor.\"";
  o[11] = "\"I really like IcoFX and it is a great tool.\"";
  o[12] = "\"Your IcoFX 1.5 is a pretty and very fine piece of software! Congratulations! Thank you for publishing it as freeware!\"";
  o[13] = "\"This program was just what I was looking for! It's awesome. Simple interface, works great, lots of features... it rocks.\"";
  o[14] = "\"I just installed IcoFX and it really looks a great tool to me. The automation fascilities are very very helpfull.\"";
  o[15] = "\"A while ago I was searching for a good -and free- all-in-one icon-editing solution. Finally, I found IcoFX.\"";
  o[16] = "\"Thanks for producing IcoFX - it's great to have a freeware icon editor that handles XP icons and works with the alpha layer.\"";
  o[17] = "\"Thank you for taking the time and energy to produce a great product.. I am really impressed.\"";
  o[18] = "\"Great Job!!! I really love your IcoFX. Lots of features and effects, beautiful and user friendly interface!!\"";
  o[19] = "\"Hi and thanks for IcoFX - it is the best freeware (maybe) icon editor I have used.\"";
  o[20] = "\"I've just downloaded IcoFX and think it's a great piece of software. Thank you very much for providing it for free!\"";
  o[21] = "\"Thank you! IcoFX is an excellent utility and thank you so much for making freely available.\"";
  o[22] = "\"Amazing program. The photoshop of icon editors, obviously.\"";
  o[23] = "\"Awesome program, had to touch up a few icons and this worked fantastic.\"";
  o[24] = "\"I tried about a dozen downloadable icon editors and this is the only one that really works (they way you would expect).\"";
  o[25] = "\"There are many shareware icon editors out there, but yours is freeware and still beats most of the other commercial icon editors out there hands down (and I've tried a LOT!)!\"";
  o[26] = "\"Congratulations for such a fantastic program. It works like Photoimpact and makes all so much easier!\"";
  o[27] = "\"This is an awesome program. You did good on it. It's the best I've used so far.\"";
  o[28] = "\"It simply looks like the very best free icon editor I've ever tried - and probably I tried them all ;-).\"";
  o[29] = "\"I've been playing with IcoFx and on the whole I really like it. It's certainly the best free icon editor I've come across.\"";
  o[30] = "\"This program is great!  Thanks for all your hard work.\"";
  o[31] = "\"It's the first icon editor I've ever used that's simple and does only what I want it to do, quickly and efficiently.\"";
  o[32] = "\"I have been using IcoFX and its great to have an icon editor that's free and will also handle transparency.\"";
  o[33] = "\"This icon editor seems to be the best I've found! Intuitive, and does everything I want.\"";
  o[34] = "\"Just downloaded and I found it great - exactly what I needed to design some icons.\"";

function getOpinion() 
{
  var count = 34;
  var r = Math.ceil(Math.random() * count);
  return o[r];
}
//-->