Witam, mam znów problem (no i widzicie, jaki Mergusik jest tępy

)
Otóż, nie wiem jak robić te tagi udało mi się zrobić tylko coś takiego

(jest to na serwerze):
Kod:
Warning: Cannot modify header information - headers already sent by (output started at /home/k0w4l/domains/programowalnia.info/public_html/rugi/tags.php:33) in /home/k0w4l/domains/programowalnia.info/public_html/rugi/maincore.php on line 259
Fatal error: Class 'VtagCloud' not found in /home/k0w4l/domains/programowalnia.info/public_html/rugi/tags.php on line 37
A kod jaki użyłem (tylko dla przykładu):
Kod:
<?php
include 'index.php';
$oTagCloud = new VtagCloud();
$oTagCloud->set('php', 90);
$oTagCloud->set('oop', 30);
$oTagCloud->set('php.pl', 60);
$oTagCloud->set('mysql', 115);
$oTagCloud->set('php5', 60);
$oTagCloud->set('SEO', 70);
$oTagCloud->set('linux', 50);
$oTagCloud->set('athlan', 5);
$oTagCloud->set('vgroup.pl', 50);
$oTagCloud->set('Internet', 100);
$oTagCloud->set('wykop', 40);
$oTagCloud->set('Uncategorized', 5);
$aInitialized = $oTagCloud->init();
/**
* Sample of use
*/
echo '<div style="width: 200px; border: 1px solid #eaeaea; background: #f9f9f9; padding: 15px; font-family: Tahoma;">';
foreach($aInitialized as $sTagName => $iTagRange)
echo '<span style="font-size: '.($iTagRange * 3).'px">'.$sTagName.'</span> ';
echo'</div>';
?>
Help!
Bo jestem kompletnym idiotą! 