First we must ensure that the desired attribute is loaded, and then output it. Use this:
$product = Mage::getModel('catalog/product')->load('', array(''));
$attributeValue = $product->getResource()->getAttribute('')->getFrontend()->getValue($product);