function linkbox($site, $title, $url, $icon, $description) {
echo ““;
echo “
echo “
$title“;
echo “
$description“;
}
linkbox(‘Twitter’, ‘@gregnaked’, ‘http://www.twitter.com/gregnaked’, ‘/img/twitter.png’, ‘For the things I say’);
linkbox(‘Tumblr’, ‘tumblr/gregnaked’, ‘http://gregnaked.tumblr.com’, ‘/img/tumblr.png’, ‘For the porn I like’);
//linkbox(‘Flickr’, ‘flickr/gregnaked’, ‘http://www.flickr.com/photos/gregnaked’, ‘/img/flickr.png’, ‘For the pics I take’);
echo “
“;
linkbox(‘Xtube’, ‘xtube/TheRealGregNaked’, ‘http://www.xtube.com/community/profile.php?user=TheRealGregNaked’, ‘/img/xtube.png’, ‘For the videos I make’);
linkbox(‘Dudesnude’, ‘dudesnude/gregnaked’, ‘http://www.dudesnude.com/members/541677/’, ‘/img/dudesnude.png’, ‘For the profile I keep’);
//linkbox(‘Cam4’, ‘cam4/gregnaked’, ”, ‘/img/cam4.png’, ‘For the broadcasts I do’);
[/insert_php]