$stamina = WoW_Characters::GetCharacterStamina();
$intellect = WoW_Characters::GetCharacterIntellect();
$spirit = WoW_Characters::GetCharacterSpirit();
$melee_stats = WoW_Characters::GetMeleeStats();
$ranged_stats = WoW_Characters::GetRangedStats();
$spell = WoW_Characters::GetSpellStats();
$defense = WoW_Characters::GetDefenseStats();
$resistances = WoW_Characters::GetResistanceStats();
?>
        <script type="text/javascript">
	//<![CDATA[
		$(document).ready(function() {
			new Summary.Stats({

			"health": <?php 
echo WoW_Characters::GetHealth();
?>
,
			"power": <?php 
echo WoW_Characters::GetPowerValue();
?>
,
			"powerTypeId": <?php 
echo WoW_Characters::GetPowerType();
?>
,
			"hasOffhandWeapon": false,
			"masteryName": "",
			"masteryDescription": "",
			"averageItemLevelEquipped": <?php 
echo WoW_Characters::GetAVGEquippedItemLevel();