 
 
 Так, инструкция: 
 1) Заходите в панель управления/файловый менеджер 
 2) Создаёте папку под названием: tags 
 3) И заливаете туда файл tagcloud 
 4) Далее открываете txt под названием: Код скрипта 
 5) И копируете его в нужное вам место! 
 6) Ну там уже под себя настраиваете его!  
Code
<script type="text/javascript">   
 var tagcloud_cl = new SWFObject("tags/tagcloud.swf", "tagcloud", "160", "160", "9", "#6fffff");   
 var tagcloud_cl_temp = encodeURIComponent("<tags>   
 <a href='ССЫЛКА' style='font-size:8pt;'>НАЗВАНИЕ</a>   
 <a href='ССЫЛКА' style='font-size:8pt;'>НАЗВАНИЕ</a>   
 <a href='ССЫЛКА' style='font-size:8pt;'>НАЗВАНИЕ</a>   
 <a href='ССЫЛКА' style='font-size:8pt;'>НАЗВАНИЕ</a>   
 <a href='ССЫЛКА' style='font-size:8pt;'>НАЗВАНИЕ</a>   
 <a href='ССЫЛКА' style='font-size:8pt;'>НАЗВАНИЕ</a>   
 <a href='ССЫЛКА' style='font-size:8pt;'>НАЗВАНИЕ</a>   
 <a href='ССЫЛКА' style='font-size:8pt;'>НАЗВАНИЕ</a>   
 <a href='ССЫЛКА' style='font-size:8pt;'>НАЗВАНИЕ</a>   
 <a href='ССЫЛКА' style='font-size:8pt;'>НАЗВАНИЕ</a></tags>");   
 tagcloud_cl.addParam("wmode", "transparent");   
 tagcloud_cl.addVariable("tcolor", "0xffffff");   
 tagcloud_cl.addVariable("tspeed", "100");   
 tagcloud_cl.addVariable("distr", "true");   
 tagcloud_cl.addVariable("mode", "tags");   
 tagcloud_cl.addVariable("tagcloud", tagcloud_cl_temp);   
 tagcloud_cl.write("cumuluscontent");   
 </script>
 Скачать