linkactive1 = "";
linkactive2 = "";
linkactive3 = "";
linkactive4 = "";
linkactive5 = "";
linkactive6 = "";
linkactive7 = "";
linkactive8 = "";
if(activebutton==1){
	linkactive1 = "_a"
}else if(activebutton==2){
	linkactive2 = "_a"
}else if(activebutton==3){
	linkactive3 = "_a"
}else if(activebutton==4){
	linkactive4 = "_a"
}else if(activebutton==5){
	linkactive5 = "_a"
}else if(activebutton==6){
	linkactive6 = "_a"
}else if(activebutton==7){
	linkactive7 = "_a"
}else if(activebutton==8){
	linkactive8 = "_a"
}

document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0">')
document.write('<tr><td><a href="index.html"><img src="bilder/startsidan_knapp' + linkactive1 + '.png" width="153" height="65" border="0"></a></td></tr>')
document.write('<tr><td><a href="anna.html"><img src="bilder/annagranberg2_knapp' + linkactive2 + '.png" width="153" height="65" border="0"></a></td></tr>')
document.write('<tr><td><a href="horoskop_best.html"><img src="bilder/bestallahoroskop_knapp' + linkactive3 + '.png" width="153" height="65" border="0"></a></td></tr>')
document.write('<tr><td><a href="astrologitjanster.html"><img src="bilder/tidsbokning_knapp' + linkactive4 + '.png" width="153" height="65" border="0"></a></td></tr>')
//document.write('<tr><td><a href="bok.html"><img src="bilder/egnabocker_knapp' + linkactive5 + '.png" width="153" height="65" border="0"></a></td></tr>')
document.write('<tr><td><a href="astrologitexter.html"><img src="bilder/kronikorbocker_knapp' + linkactive6 + '.png" width="153" height="65" border="0"></a></td></tr>')
document.write('<tr><td><a href="sid_p.htm"><img src="bilder/stjarntecken_knapp' + linkactive7 + '.png" width="153" height="65" border="0"></a></td></tr>')
document.write('<tr><td><a href="fengshui.html"><img src="bilder/fengshui_knapp' + linkactive8 + '.png" width="153" height="65" border="0"></a></td></tr>')
document.write('</table>')

