if (typeof(tsv_no)=='undefined') {
var tsv_no=0;
var tsv_ids=[];
}
if (tsv_no==0)
document.writeln('');
if (tsv_no==0)
tsv_ids[0]=document.getElementById("ts_main");
else {
var tsv_n=document.getElementsByTagName('div');
o=0;
for (n in tsv_n) {
if (tsv_n[n].getAttribute('id')=='ts_main') {
if (o==tsv_no) {
tsv_ids[tsv_no]=tsv_n[n];
break;
}
o+=1;
}
}
}
document.writeln('
Statistics
PAGERANK2
ALEXA282,567
VALUE$12,186
');
tsv_ids[tsv_no].onclick=function() { document.location.href='http://www.seoheap.com/websitevalue'; };
tsv_ids[tsv_no].title="Value and statistics for ARMATEXX.EU";
var tsv_count=0;
var tsv_speed=3000;
var tsv_div=0;
function ts_change(q) {
tsv_ids[q].getElementsByTagName('i')[tsv_div].style.display="none";
tsv_ids[q].getElementsByTagName('i')[tsv_count].style.display="inline";
if (q==(tsv_no-1)) {
tsv_div=tsv_count;
tsv_count+=1;
if (tsv_count>2)
tsv_count=0;
}
setTimeout("ts_change("+q+")",tsv_speed);
}
setTimeout("ts_change("+tsv_no+")",tsv_speed);
tsv_no+=1;