<!--

function baslikTopla()
{
var planetLinkDetails="<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
for(i=0;i<headlinks.length;i++)
{
planetLinkDetails+="<tr>";
planetLinkDetails+="<td class=\"dot\"><table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
planetLinkDetails+="<tr>";
planetLinkDetails+="<td class=\"no_p\" id=\"arrow"+i+"\"><img src=\"http://www.hurriyet.com.tr/p/_planet/arrow.gif\" border=\"0\" /></td>";
planetLinkDetails+="<td width=\"5\"><img src=\"http://www.hurriyet.com.tr/p/spacer.gif\" width=\"5\" height=\"1\" /></td>";
planetLinkDetails+="<td><a href=\""+headlinks[i]+"\" class=\"manset_other_link_p\" onmouseover=\"changeHeadline("+i+",this);makeAktif("+i+")\" id=\"arrowlink"+i+"\">"+headtitles[i]+"</a></td>";
planetLinkDetails+="<td height=\"20\" align=\"right\"><b>"+headchannel[i]+"</b></td>";
planetLinkDetails+="</tr>";
planetLinkDetails+="</table>";
planetLinkDetails+="</td>";
planetLinkDetails+="</tr>";
planetLinkDetails+="<tr>";
planetLinkDetails+="<td ><img src=\"http://www.hurriyet.com.tr/p/spacer.gif\" width=\"1\" height=\"2\" /></td>";
planetLinkDetails+="</tr>";
}
planetLinkDetails+="</table>";
document.getElementById('planetLinks').innerHTML=planetLinkDetails;
}
function changeHeadline(imgindex,obj)
{

 var Image_headline = document.getElementById("img_headline");
 var Anchor_headline = document.getElementById("anc_headline");
 var Spot_headline = document.getElementById("spot_headline");
 var Title_headline = document.getElementById("title_headline");
 Image_headline.src = headimages[imgindex];
 Anchor_headline.href = headlinks[imgindex];
 obj.href = headlinks[imgindex];
 Spot_headline.innerHTML = headspots[imgindex];
 Title_headline.innerHTML = headtitles[imgindex];
 document.getElementById("image_headline_link").href=Anchor_headline.href;
 document.getElementById("spot_headline_link").href=Anchor_headline.href;
 document.getElementById("editorSp").innerHTML=headchannel[imgindex];
}
var oncekiAktif=1;
function makeAktif(aktifIndex)
{
document.getElementById("arrow"+oncekiAktif).className="no_p";
 document.getElementById("arrowlink"+oncekiAktif).className="manset_other_link_p";
 document.getElementById("arrow"+aktifIndex).className="no_a";
 document.getElementById("arrowlink"+aktifIndex).className="manset_other_link_a";
  
 oncekiAktif=aktifIndex;
}
//-->
