the page rank algorithm is as follows
Page Rank(x) = (1-d) + d[(PageRank(T1)/Count(T1)+...+(PageRank(Tn)/Count(Tn))]
Page Rank(x) is the page rank of page x
d is the damping factor which is usually set to 0.85
count(T1) is the number of outbound links on the pages
count(Tn) how many links page have