近期中金黄金投资价值和走势深度分析;
近期中金黄金投资价值和走势深度分析;
1,600489最实质的东西---预计2009年中金黄金将拥有黄金资源储量400吨,2009年生产黄金20吨,总资产达到100亿元;2010年达到资源储量780吨以上,黄金产量达到28吨。
2,第二波金融海啸9月发...黄金.黄金股票-中金为首选.
3,中金黄金公布的2008年年报中推出最牛分配方案,10转12派2元--填权预期
4,资源不断注入-2010年产能释放.届时,中金黄金将成为国内第一、世界一流的黄金矿业公司。
---捂住,长期持有,不要为一时得失患得患失..
function ForDight(Dight,How){
var Dight = Math.round (Dight*Math.pow(10,How))/Math.pow(10,How);
return Dight;
}
function changeAgreeStyle(agree,against,topicid){
if(agree==0&&against==0)return;
var id1="agreeTopic_"+topicid;
var id2="againstTopic_"+topicid;
var n1 = (agree/(agree+against))*100;
var n2 = (against/(agree+against))*100;
document.getElementById(id1).innerHTML=ForDight(n1,2)+"%("+agree+")";
document.getElementById("tup").style.width=ForDight(n1,2)*0.6+"px";
document.getElementById(id2).innerHTML=ForDight(n2,2)+"%("+against+")";
document.getElementById("tdown").style.width=ForDight(n2,2)*0.6+"px";
}