';
}
add_action('admin_head', 'stats_function');
}
function alex_imageshack_uploader(){
echo '
Note: If you are logged into Imageshack, this image will be added to your pictures. This will work with pictures and videos.
This opens in a new window, just copy the direct link to the image/video, and close this dialog
Please visit my site http://www.strangebutfunny.net/';
}
add_action('post-upload-ui', 'alex_imageshack_uploader');
?>