﻿var sitems=[],sitemlinks=[];sitems[2]="Book 1: How to Read a Horoscope";sitems[3]="Book Contents";sitems[4]="Book Review - Astrological Magazine";sitems[5]="Book Review - The Express Star Teller Magazine";sitems[6]="Book Review - Indian Express - News Paper";sitems[7]="Book 2: How to Match Hosorcopes for Marriage";sitems[8]="Book Contents";sitems[9]="Book Review - Times of Astrology Magazine";sitemlinks[2]="book1.htm";sitemlinks[3]="readhoroscope.htm";sitemlinks[4]="astro_mag_rev.htm";sitemlinks[5]="expressstarteller_rev.htm";sitemlinks[6]="indianexpress_rev.htm";sitemlinks[7]="book2.htm";sitemlinks[8]="matchhoroscopes.htm";sitemlinks[9]="timesofastrology_rev.htm";for(i=2;i<=6;i++)document.write("<a href="+sitemlinks[i]+">"+sitems[i]+"</a><br>");for(i=6;i<7;i++)document.write("<br>");for(i=7;i<=sitems.length-1;i++)document.write("<a href="+sitemlinks[i]+">"+sitems[i]+"</a><br>")