<?php
$customerId=Mage::getSingleton(‘customer/session’)->getCustomer()->getId();
$customer = Mage::getModel(‘customer/customer’)->load($customerId);
$defaultBilling = $customer->getDefaultBillingAddress();
$defaultBilling>getData(‘country_id’)
?>