ID)) {
/* Images should be aligned to the center of the page.*/
$attachmentData = wp_get_attachment_metadata($post->ID);
$attachmentURL = wp_get_attachment_url($post->ID);
if ((int) $attachmentData["width"] > 600) {
$newHeight = (int) $attachmentData["height"] / ((int) $attachmentData["width"] / 600);
$scalled = " width=\"600\" height=\"$newHeight\"";
}
?>

/>
Imaged scalled to fit the space available. Click
here to view the full image.";?>
","
"); /* I put this here as it is only admins who will see it and I can put it in the header as you have the option of hiding the header. */
}?>