
var ie5=window.createPopup

if (ie5)
document.oncontextmenu=init;
var eyesys="";
var preitem="";
function init(){
mx=event.clientX;
my=event.clientY;
menx=window.screenLeft+mx;
meny=window.screenTop+my;
sysmen=window.createPopup();
sysmen.document.write(eyesys);
sysmen.show(menx,meny,eyesys_width,document.getElementById('men').offsetHeight);
return false
};
function eyesys_init(){
if (ie5){
eyesys+=("<style type='text/css'>.textul{position:absolute;top:0px;color:"+eyesys_titletext+";writing-mode:	tb-rl;padding-top:10px;filter: flipH() flipV() dropShadow( Color=000000,offX=-2,offY=-2,positive=true);z-Index:10;width:100%;height:100%;font: bold 12px sans-serif}.gradientul{position:relative;top:0px;left:0px;width:100%;background-color:"+eyesys_titlecol2+";height:100%;z-Index:9;FILTER: alpha( style=1,opacity=0,finishOpacity=100,startX=100,finishX=100,startY=0,finishY=100)}.contra{background-color:"+eyesys_titlecol1+";border:1px inset "+eyesys_bg+";height:98%;width:18px;z-Index:8;top:0px;left:0px;margin:2px;position:absolute;}.men{position:absolute;top:0px;left:0px;padding-left:18px;background-color:"+eyesys_bg+";border:2px outset "+eyesys_bg+";z-Index:1;}.men a{margin:1px;cursor:default;padding-bottom:4px;padding-left:1px;padding-right:1px;padding-top:3px;text-decoration:none;height:100%;width:100%;color:"+eyesys_cl+";font:normal 12px sans-serif;}.men a:hover{background:"+eyesys_bgov+";color:"+eyesys_clov+";} BODY{overflow:hidden;border:0px;padding:0px;margin:0px;}.ico{border:none;float:left;}</style><div class='men'>")
}
};

function eyesys_item(txt,ico,lnk){
if (ie5){
if(!ico)ico='s.gif';
preitem+=("<a href='#' onmousedown='parent.window.location.href=\""+lnk+"\"'><img src='"+ico+"' width='16' height='16' class='ico'> "+txt+"</a>")
}
};

function eyesys_close(){
if (ie5){
eyesys+=preitem;
eyesys+=("</div><div class='contra'><div class='gradientul'></div><div class='textul' id='titlu'>"+eyesys_title+"</div></div>");
document.write("<div id='men' style='width:"+eyesys_width+"'></div>");
document.getElementById('men').innerHTML=preitem
}
}






var testresults

function checkemail(){
var str=document.validation.emailcheck.value
var filter=/^.+@.+\..{2,3}$/
if (filter.test(str))
testresults=true
else{
alert("Your email address seems incorrect.  Please try again (check the '@' and '.' symbols in the email address)")
testresults=false
}
return (testresults)
}

function makemenu() {
//MENU TITLE
eyesys_title="Saatwik.com Menu"
//TITLE BACKGROUND COLORS
eyesys_titlecol1="black"
eyesys_titlecol2="blue"
//TITLE COLOR
eyesys_titletext="white"
//MENU & ITEM BACKGROUND COLOR
eyesys_bg="#50A0E8"
//ITEM BACKGROUND COLOR ON MOUSE OVER
eyesys_bgov="#006699"
//MENU COLOR
eyesys_cl="white"
//MENU COLOR ON MOUSE OVER
eyesys_clov="white"
//MENU WIDTH
eyesys_width=160
//menu starts here
eyesys_init()
//menu item sintax:  eyesys_item(text,icon,link)
//for no icon use 'null'
eyesys_item('Home Page','http://www.saatwik.com/images/mhome.gif','http://www.saatwik.com')
eyesys_item('Love','http://www.saatwik.com/images/love.gif','http://www.saatwik.com/pages/love.html')
eyesys_item('Marriage','http://www.saatwik.com/images/matrimonial.gif','http://www.saatwik.com/pages/marriage.html')
eyesys_item('Children','http://www.saatwik.com/images/chat_1.gif','http://www.saatwik.com/pages/children.html')
eyesys_item('Career','http://www.saatwik.com/images/forum.gif','http://www.saatwik.com/pages/career.html')
eyesys_item('Yantra','http://www.saatwik.com/images/yantra.ico','http://www.saatwik.com/pages/yantras.html')
eyesys_item('Rudraksha','http://www.saatwik.com/images/1rudraksha.ico','http://www.saatwik.com/store/rudraksha/index.html')
eyesys_item('Contact us','http://www.saatwik.com/images/contact_call.gif','http://www.saatwik.com/pages/contact.html')
//mene closes here
eyesys_close()

}



function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<b>One-Faced Rudraksha is the MOST powerful seed in the universe.</b>'
mycontent[2]='<b>Worshipping <a href="http://www.saatwik.com/remedies/yantra/santan-gopal.html">Santan-Gopal Yantra</a> can give baby to childless couples.</b>'
mycontent[3]='<b>Fasting is the BEST remedy in case of love & marriage related problems.</b>'
mycontent[4]='<b>Mangal Dosha (Manglik) dosha gets cancelled also.</b>'
mycontent[5]='<b>Vedic remedies can solve all kinds of problems.</b>'

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}




function checkbae(){
if (document.layers||document.all)
return checkemail()
else
return true
}


function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 




function mycurrentdate() {
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<small><font color='#FFFFFF' face='Arial' size='2' ><b>"+dayarray[day]+", "+montharray[month]+" "+daym+", "+year+"</b></font></small>")
}


function stats() {
usr="gkdoda";
}





function openpopup(){
var popurl="http://chat.boldchat.com/chat/visitor.jsp?cdid=3436486870"
winpops=window.open(popurl,"","width=650,height=480,scrollbars,resizable,")
}


function openstormpay(){
var spopurl="http://www.saatwik.com/pages/stormpay.html"
winpops=window.open(spopurl,"","width=450,height=440,status,resizable,")

}

function friend(){
var spopurl="http://saatwik.netfirms.com/cgi-bin/friends.cgi"
winpops=window.open(spopurl,"","width=550,height=440,status,scrollbars,resizable,")

}


function reminder() {
var spopurl="http://www.saatwik.com/astrology/remindmelater.html"
winpops=window.open(spopurl,"","width=255,height=190,status,scrollbars,resizable,")

}


function payment(){
var spopurl="http://www.saatwik.com/pages/inrusd.htm"
winpops=window.open(spopurl,"","width=300,height=300,status,resizable,")

}



function random_imglink() {
var myimages=new Array()

myimages[1]="http://www.saatwik.com/ads/SPbanner340x60.gif"
myimages[2]="http://www.saatwik.com/ads/wealth.gif"
myimages[3]="http://www.saatwik.com/ads/wealth.gif"
myimages[4]="http://www.centaurum.com/images/468X60_01.gif"



var imagelinks=new Array()
imagelinks[1]="http://www.stormpay.com/?141802&saatwiktop"
imagelinks[2]="http://www.saatwik.com/pages/consultancy.html" 
imagelinks[3]="http://www.saatwik.com/pages/consultancy.html" 
imagelinks[4]="http://www.centaurum.com/dhmlm/b.php?rid=52"



var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1

document.write("    <a href='http://www.stormpay.com/?141802' target='_blank'><img border='0' src='http://www.saatwik.com/ads/SPbanner340x60.gif'></a>")

}









function header() {

makemenu()

document.write("<table border='0' width='100%'>")
document.write("<tr>")
document.write("</tr>")
document.write("<td width='12%' rowspan='3'>")
document.write("<img border='0' src='http://www.saatwik.com/images/laxmi.jpg' width='62' height='117'>")
document.write("</td>")

document.write("<td width='40%' valign='bottom'>")
document.write("<p align='center'>")
document.write("<img border='0' src='http://www.saatwik.com/images/mvc1.gif' width='280' height='26'>")
document.write("</td>")
document.write("<td width='48%' rowspan='2' colspan='2'>")


document.write("<script type='text/javascript'><!--")
document.write("google_ad_client = 'pub-1349966876428077';")
document.write("google_ad_width = 110;")
document.write("google_ad_height = 32;")
document.write("google_ad_format = '110x32_as_rimg';")
document.write("google_cpa_choice = 'CAEQ7c2WhAIaCLPnuYKCeLfhKPmNxXQ';")
document.write("//-->")
document.write("</script>")
document.write("<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'>")
document.write("</script>")






document.write("</td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td width='40%' valign='top'>")
document.write("<p align='center'><img border='0' src='http://www.saatwik.com/images/log.jpg' width='205' height='50'>")
document.write("</td>")
document.write("  </tr>")
document.write("  <tr>")
document.write("    <td width='32%' valign='top'>")
document.write("      <p align='center'><i>")
document.write("<font face='Arial' size='2'><b>The Real Power of Indian Astrology</b></font></i> </td>")
document.write("   <td width='30%'>")


document.write("    </td>")
document.write("    <td width='35%' align='center' valign='top'>")









document.write("   </td>")
document.write("  </tr>")
document.write("</table>")

document.write("<table border='0' width='100%'>")
document.write(" <tr>")
document.write("<td width='74%' bgcolor='#4D99E5'><font face='Arial' size='2' color='#FFFFFF'>")

document.write("<b><a href='http://www.saatwik.com/pages/horoscope.html' style='color: #FFFFFF'>")
document.write("Your Janampatri</a> | <a href='http://www.saatwik.com/pages/kundali-matching.html' ")
document.write("style='color: #FFFFFF'> Kundali Matching</a> | ")
document.write("<a href='http://www.saatwik.com/pages/saturn.html' style='color: #FFFFFF'>Sadhe Saati</a> | ")
document.write("<a href='http://www.saatwik.com/pages/mangal.html' style='color: #FFFFFF'>Manglik</a> | ")
document.write("<a href='http://www.saatwik.com/pages/payment.html' style='color: #FFFFFF'>Mode of Payment</a> | ")
document.write("</b></font></td>")

document.write("    <td width='26%' valign='middle' align='center' bgcolor='#4D99E5'>")

document.write("    <a href='http://www.saatwik.com' style='color: #FFFFFF'>Home</a></font></b>")

    
document.write("    </td>   </tr> </table>")


}



function bottom() {






document.write("<table border='1' width='96%' height='83' bordercolorlight='#4D99E5' bordercolor='#4D99E5' bordercolordark='#4D99E5'>")
document.write("  <tr>")

document.write("    <td width='77%' align='right' valign='middle' height='21' colspan='4'>")
document.write("      <p align='center'><font face='Arial' size='3'><b><u><font color='#000080'>Do you Know")
document.write("?</font></u></b>")

document.write("</u></font></b>&nbsp; <b><font face='Arial' color='#000080'>")
random_content()
document.write("</font></font>")
document.write("    </td>")
document.write("  </tr>")
document.write("  <tr>")
document.write("    <td width='77%' align='right' valign='middle' height='21' colspan='4'>")
document.write("      <p align='center'><font face='Arial, Helvetica, sans-serif' size='2'>Please")
document.write(" note that each report is written after spending hours over a chart using your <span style='BACKGROUND-COLOR: #ffff00'><b>Date of Birth, Time of Birth and Place of Birth</b></span> and NOT just Sun-sign. I use")
document.write(" computer software ONLY FOR MATHEMATICAL CALCULATIONS. All predictions")
document.write(" are <span style='BACKGROUND-COLOR: #ffff00'><b>made by me personally</b></span>")
document.write(" and no computer software is used<b>. </b>Like other astrologers, I just")
document.write(" don't give only predictions and &quot;forcing&quot; you to believe them.")
document.write(" Instead, I give <b><span style='background-color: #FFFF00'>detailed")
document.write(" astrological reasons</span></b> for all my predictions.</font>")
document.write("    </td>")
document.write("  </tr>")
document.write("  <tr> ")
document.write("      <td width='13%' align='right' valign='middle' height='21'>")
document.write("      <p align='center'><a href='javascript:window.print()'><img border='0' src='http://www.saatwik.com/images/print.jpg' width='50' height='40'><br>")
document.write("      </a><font face='Arial' size='2'><b><a href='javascript:window.print()'>Print this Page</a></b></font></p>    </td>")
document.write("    <td width='21%' align='right' valign='middle' height='41' rowspan='2'>")
document.write("      <p align='left'><font face='Arial' size='2'><img border='0' src='http://www.saatwik.com/images/photo.jpg' align='left' width='103' height='94'>")
document.write("Read your destiny written by Indian sages thousands of years back. Know your past, present and future - everything about your life. We don't need your birth particulars. We just need your thumb expression.  Coming soon for the first time on internet....")
document.write("</font>    </td>")
document.write("    <td width='15%' align='right' valign='middle' height='41' rowspan='2'>")
document.write("      <p align='center'><a href='https://www.stormpay.com/stormpay/shopping_gen.php' target='_blank'><img border='0' src='http://www.saatwik.com/images/cart1.gif' width='60' height='60'></a><br>")
document.write("      <font face='Arial' size='2'><b><a href='https://www.stormpay.com/stormpay/shopping_gen.php' target='_blank'>View")
document.write("      Shopping Cart / Checkout</a></b></font>     </td>")
document.write("    <td width='28%' rowspan='2' height='79' valign='top'><font face='Arial' size='2'><img border='0' src='http://www.saatwik.com/images/money.jpg' width='113' height='136' align='left'>Join")
document.write("      our Free! Affiliate program and earn 25% commission for every sale from")
document.write("      your web-site or newsletter.&nbsp; <b><a href='http://www.saatwik.com/pages/money.html'>More Details...</a></b></font></td>")
document.write("  </tr>")
document.write("  <tr>")
document.write("    <td width='13%' align='right' valign='middle' height='20'>")
document.write("      <p align='center'><a href='javascript:window.external.AddFavorite(location.href, document.title);'><font face='Arial' size='2'><b>Add")
document.write("      to Favourites</b></font></a>")
    
    
document.write("    </td>")
document.write("  </tr>")
document.write("</table>")


document.write("<table border='1' width='100%' bordercolor='#4D99E5'>   <tr>   <td width='185%' bgcolor='#4D99E5' align='center' colspan='6'>")
document.write("      <table border='0' width='100%'>       <tr>")
document.write("          <td width='19%'><font color='#FFFFFF' face='Arial' size='2'><b>Consultancy:</b></font></td>")
document.write("          <td width='81%'><b><font color='#FFFFFF' face='Arial' size='2'><a href='http://www.saatwik.com/pages/consultancy.html' style='color: #FFFFFF'>Vedic Consultancy</a> |")
document.write("      </font><a href='http://www.saatwik.com/pages/predictions.html'><font color='#FFFFFF' face='Arial' size='2'> Full-life predictions")
document.write("      </font></a><font color='#FFFFFF' face='Arial' size='2'>")
document.write("      | </font><font color='#FFFFFF'><a href='http://www.saatwik.com/pages/horoscope.html' style='color: #FFFFFF'><font face='Arial' size='2'> Horoscope</font></a><font face='Arial' size='2'> |")
document.write("      <a href='http://www.saatwik.com/pages/vedic-numerology.html' style='color: #FFFFFF; text-decoration: underline'> Vedic Numerology</a> |")
document.write("      <a href='http://www.saatwik.com/pages/vastu.html' style='color: #FFFFFF'> Astro-Vaastu</a>")
document.write("      </font></font><font color='#FFFFFF' face='Arial' size='2'> |</font></b> </td>")
document.write("        </tr>")
document.write("        <tr>")
document.write("          <td width='19%'></td>")
document.write("          <td width='81%'><b><a href='http://www.saatwik.com/pages/life-long.html' style='color: #FFFFFF'><font face='Arial' size='2'> Life-Long Consultancy</a> </font></b> ")
document.write(" <font color='#FFFFFF' face='Arial' size='2'> <b>| <a href='http://www.saatwik.com/pages/birthday.html' style='color: #FFFFFF'>Your Birthday Today?</a> | </font> </b> </td>")
document.write("        </tr>")
document.write("        <tr>")


document.write("          <td width='19%'><font color='#FFFFFF' face='Arial' size='2'><b>Common")
document.write("            Problems:</b></font></td>")
document.write("          <td width='81%'><font color='#FFFFFF' face='Arial' size='2'><b><a href='http://www.saatwik.com/pages/marriage.html' style='color: #FFFFFF'> Marriage</a> |")
document.write("      <a href='http://www.saatwik.com/pages/kundali-matching.html' style='color: #FFFFFF'> Horoscope Matching</a> |")
document.write("      <a href='http://www.saatwik.com/pages/mangal.html' style='color: #FFFFFF'> Mangal")
document.write("      Dosha</a> | <a href='http://www.saatwik.com/pages/love.html' style='color: #FFFFFF'>Love</a> |")
document.write("      <a href='http://www.saatwik.com/pages/children.html' style='color: #FFFFFF'> Children</a> |")
document.write("            <a href='http://www.saatwik.com/pages/career.html' style='color: #FFFFFF'> Profession</a>")
document.write("      | <a href='http://www.saatwik.com/pages/education.html' style='color: #FFFFFF'> Education</a> |")
document.write("            <a href='http://www.saatwik.com/pages/vehicles.html' style='color: #FFFFFF'>")
document.write("      Vehicles</a> | <a href='http://www.saatwik.com/pages/health.html' style='color: #FFFFFF'> Health</a> |</b> <b><a href='http://www.saatwik.com/pages/spirituality.html' style='color: #FFFFFF'>Spirituality</a><a style='color: #FFFFFF'>")
document.write("            </a>|")
document.write("      <a href='http://www.saatwik.com/pages/planets_and_your_birthday.html' style='color: #FFFFFF'> Annual Birthday Report</a>")
document.write("      | <a href='http://www.saatwik.com/pages/property.html' style='color: #FFFFFF'> Property</a> |")
document.write("      <a href='http://www.saatwik.com/pages/muhurata.html' style='color: #FFFFFF'> Auspicious Time</a> |")
document.write("      <a href='http://www.saatwik.com/pages/moonsign.html' style='color: #FFFFFF'>")
document.write("      Moon Sign</a> | <a href='http://www.saatwik.com/pages/financial-report.html' style='color: #FFFFFF'> Financial Report</a>")
document.write("      | <a href='http://www.saatwik.com/pages/saturn.html' style='color: #FFFFFF'> Saadhe Saati</a> |&nbsp; </b> </font>")
document.write("          </td>        </tr>        <tr>")
document.write("          <td width='19%'><font color='#FFFFFF' face='Arial' size='2'><b>Remedies:</b></font></td>")
document.write("          <td width='81%'>      <font color='#FFFFFF' face='Arial' size='2'> <b>")


document.write("      <a href='http://www.saatwik.com/pages/yantras.html' style='color: #FFFFFF'>Yantras</a><a style='color: #FFFFFF'>")
document.write("      | </a><a href='http://www.saatwik.com/pages/mantras.html' style='color: #FFFFFF'>Mantras</a> |")
document.write("      <a href='http://www.saatwik.com/pages/fasting.html' style='color: #FFFFFF'>Fasting</a>")
document.write("      | <a href='http://www.saatwik.com/pages/luckygem.html' style='color: #FFFFFF'>Gemology</a> |")
document.write("      <a href='http://www.saatwik.com/pages/charity.html' style='color: #FFFFFF'>Charity</a>")
document.write("      | <a href='http://www.saatwik.com/pages/lordram.html' style='color: #FFFFFF'>Ram Shalaka</a></b> </font>          </td>        </tr>        <tr>")
document.write("          <td width='19%'><b><font size='2' color='#FFFFFF' face='Arial'>Products</font></b></td>")
document.write("          <td width='81%'><font color='#FFFFFF' face='Arial' size='2'><b><a href='http://www.saatwik.com/pages/yantras.html' style='color: #FFFFFF'>Yantras</a>")
document.write("            | <a href='http://www.saatwik.com/pages/gems.html' style='color: #FFFFFF'> Gems</a> | <a href='http://www.saatwik.com/pages/books.html' style='color: #FFFFFF'> Books</a> |")
document.write("            <a href='http://www.saatwik.com/pages/music.html' style='color: #FFFFFF'> Meditation Music</a> |")
document.write("            <a href='http://www.saatwik.com/store/rudraksha/index.html' style='color: #FFFFFF'> Rudraksha</a> |")
document.write("            <a href='http://www.saatwik.com/store/feng-shui/index.html' style='color: #FFFFFF'>")
document.write("            Feng-Shui</a> |</b></font></td>         </tr>         <tr>")
document.write("          <td width='19%'><b><font size='2' color='#FFFFFF' face='Arial'>Others:</font></b></td>")
document.write("          <td width='81%'><font color='#FFFFFF' face='Arial' size='2'><b><a href='http://www.saatwik.com/pages/fees.html' style='color: #FFFFFF'>Fees")
document.write("      and Discount</a> &nbsp;| <a href='http://www.saatwik.com/pages/newsletter.html' style='color: #FFFFFF'>")
document.write("      Newsletter</a> | <a href='http://www.saatwik.com/pages/discussion.html' style='color: #FFFFFF'> Discussion Board</a>")
document.write("      | <a href='http://www.saatwik.com/pages/payment.html' style='color: #FFFFFF'> Mode of Payment</a> |")
document.write("      <a href='http://www.saatwik.com/pages/contact.html' style='color: #FFFFFF'> Contact Details</a> |</b> </font>")
document.write("          </td>          </tr>        </table>     </td>   </tr>   <tr>")

document.write("              <td width='121%' colspan='6'>")
document.write("<img border='0' src='http://www.saatwik.com/images/newgift2.gif' align='left'><font face='Arial' size='2'>You")
document.write(" <strike>can</strike> <b>will</b> win an excited gift from us when you order for US $25 or more for")
document.write(" astrology consultancy. It may be your complete Vedic (Indian) horoscope or")
document.write(" a spiritual e-book or discount on our other services. Guaranteed gift.")
document.write(" You should be the subscriber of our Free! newsletter to avail this gift.</font>")
document.write("              </td>")
document.write("            </tr>")
document.write("            <tr>")



document.write("<td width='12%'>")


document.write("      <p align='left'><b><img border='0' src='http://www.saatwik.com/images/secure.gif' width='55' height='48'></b><font face='Arial' size='2'>.</font>")


document.write("      </p>      </td>     <td width='23%'>")
document.write("      <a href='http://www.saatwik.com/pages/payment.html'><img border='0' src='http://www.saatwik.com/images/banks.jpg' align='left' width='182' height='22'></a>")
document.write("    </td>     <td width='19%'>")
document.write("      <a href='http://www.saatwik.com/pages/payment.html'><img border='0' src='http://www.saatwik.com/images/cc.jpg' align='left' width='127' height='41'></a>")
document.write("    </td>     <td width='46%'>       <a href='http://www.saatwik.com/pages/payment.html#wumt'><font face='Arial' size='2'>Western Union")
document.write("      Money Transfer</font></a>     </td>     <td width='1%' rowspan='2'>")

document.write("    </td>     <td width='20%' rowspan='2'>")

document.write("<script type='text/javascript'><!--")
document.write("google_ad_client = 'pub-1349966876428077';")
document.write("google_ad_width = 110;")
document.write("google_ad_height = 32;")
document.write("google_ad_format = '110x32_as_rimg';")
document.write("google_cpa_choice = 'CAEQ7c2WhAIaCLPnuYKCeLfhKPmNxXQ';")
document.write("//-->")
document.write("</script>")
document.write("<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'>")
document.write("</script>")




document.write("    </td>   </tr>   <tr>     <td width='100%' colspan='4'>       <p align='center'><b><font face='Arial' size='2'>All")
document.write("      payment transactions are conducted on Secure SSL Site</font></b>")
document.write("    </td>   </tr>   <tr>")
document.write("    <td width='121%' colspan='6' bordercolor='#4D99E5' bordercolorlight='#4D99E5' bordercolordark='#4D99E5'>")
document.write("      <p align='center'><font face='Arial, Helvetica, sans-serif' size='2'>")
document.write("")
document.write("</b></a></font>")


document.write("    </td>   </tr> </table>")

document.write("<table border='0' width='100%'>")
document.write("  <tr>     <td width='100%' bgcolor='#4D99E5'>")
document.write("      <p align='center'><b><font size='1' face='Arial' color='#FFFFFF'>")
document.write("      <a href='http://www.saatwik.com' style='color: #FFFFFF'>www.Saatwik.com</a>")
document.write("      All rights reserved.</font></b></td>   </tr> </table>")


    

document.write("<script type='text/javascript'><!--")
document.write("google_ad_client = 'pub-1349966876428077';")
document.write("google_ad_width = 728;")
document.write("google_ad_height = 90;")
document.write("google_ad_format = '728x90_as';")
document.write("google_ad_type = 'text_image';")
document.write("//2007-08-06: saatwik")
document.write("google_ad_channel = '5696641063';")
document.write("google_color_border = 'FFFFFF';")
document.write("google_color_bg = 'FFFFFF';")
document.write("google_color_link = '0000FF';")
document.write("google_color_text = '000000';")
document.write("google_color_url = '008000';")
document.write("//-->")
document.write("</script>")
document.write("<script type='text/javascript'")
document.write("  src='http://pagead2.googlesyndication.com/pagead/show_ads.js'>")
document.write("</script>")



}




function left() {

document.write("        <table border='0' width='85%' height='8'>")
document.write("          <tr>")
document.write("            <td width='100%' height='1' valign='top' bgcolor='#4D99E5'>")
document.write("              <p align='center'><strong><font face='Arial' size='3' color='#FFFFFF'>Services</font></strong>")
document.write("            </td>")
document.write("          </tr>")
document.write("          </table>")
document.write("              <table border='0' width='85%' height='823'>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/horoscope.html'>Horoscopes</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/predictions.html'>Predictions</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/love.html'>Love</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/marriage.html'>Marriage</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/kundali-matching.html'>Matchmaking</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/children.html'>Children</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/vastu.html'>Vaastu</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/feng-shui.html'>Feng-Shui</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/career.html'>Career</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/financial-report.html'>Business")
document.write("                    Report</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/education.html'>Education</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><a href='http://www.saatwik.com/pages/rajyogas.html'><font face='Arial,Verdana, Helvetica, sans-serif' size='2'><b>All")
document.write("              Rajayogas</b></font></a></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><a href='http://www.saatwik.com/pages/jupiter-saturn.html'><b><font face='Arial,Verdana, Helvetica, sans-serif' size='2'>Guru")
document.write("              Shani Transit</font></b></a></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><a href='http://www.saatwik.com/pages/mangal.html'><font face='Arial,Verdana, Helvetica, sans-serif' size='2'><b>Mangal")
document.write("                    Dosha</b></font></a></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><a href='http://www.saatwik.com/pages/saturn.html'><font face='Arial,Verdana, Helvetica, sans-serif' size='2'><b>Saadhe")
document.write("              Saati</b></font></a></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><a href='http://www.saatwik.com/pages/dasha_analysis.html'><b><font face='Arial,Verdana, Helvetica, sans-serif' size='2'>Dasha")
document.write("              Analysis</font></b></a></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/foreign.html'>Foreign")
document.write("                    Travel</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/health.html'>Health</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/property.html'>Property</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/vehicles.html'>Vehicles</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='50' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/planets_and_your_birthday.html'>Annual Birthday Report </a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/spirituality.html'>Spirituality</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/vedic-numerology.html'>Lucky")
document.write("                    No.'s</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/muhurata.html'>Muhurat</a></font></b></td>")
document.write("                </tr>")



document.write("                <tr>")
document.write("                  <td width='100%' height='21'></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#4D99E5' height='21'>")
document.write("                    <p align='center'><font face='Arial' size='3' color='#FFFFFF'><b>Remedies</b></font></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18'><font face='Arial' size='2'><b><a href='http://www.saatwik.com/pages/mantras.html'>Mantras</a></b></font></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18'><font face='Arial' size='2'><b><a href='http://www.saatwik.com/pages/yantras.html'>Yantras</a></b></font></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18'><font face='Arial' size='2'><b><a href='http://www.saatwik.com/pages/fasting.html'>Fasting</a></b></font></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18'><font face='Arial' size='2'><b><a href='http://www.saatwik.com/pages/gemology.html'>Gemology</a></b></font></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' bgcolor='#E4F4FF' height='18'><font face='Arial' size='2'><b><a href='http://www.saatwik.com/pages/charity.html'>Charity</a></b></font></td>")
document.write("                </tr>")

document.write("<tr>")
document.write("          <td width='100%' bgcolor='#E4F4FF' height='18' class='Text'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/lordram.html'>Ram")
document.write(" Shalaka</a></font></b></td>")
document.write("        </tr>")


document.write("                <tr>")
document.write("                  <td width='100%' height='21'></td>")
document.write("                </tr>")
document.write("                <tr>")


document.write("<td width='100%' bgcolor='#4D99E5' height='21'>")
document.write("<p align='center'><font face='Arial' size='3' color='#FFFFFF'><b>Shopping</b></font></p>")
document.write("</td>")
document.write("</tr>        <tr>")
document.write("<td width='100%' bgcolor='#E4F4FF' height='18'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/gems.html'>Gems</a></font></b></td>")
document.write("</tr>        <tr>")
document.write("<td width='100%' bgcolor='#E4F4FF' height='18' ><b><font face='Arial' size='2'><a href='http://www.saatwik.com/store/rudraksha/index.html'>Rudraksha")
document.write(" Beads</a></font></b></td>        </tr>        <tr>")
document.write("<td width='100%' bgcolor='#E4F4FF' height='18' ><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/yantras.html'>Yantras</a></font></b></td>")
document.write("</tr>        <tr>")
document.write(" </tr>        <tr>")
document.write("<td width='100%' bgcolor='#E4F4FF' height='18' ><b><font face='Arial' size='2'><a href='http://www.saatwik.com/store/feng-shui/index.html'>Feng-Shui")
document.write(" Items</a></font></b></td>        </tr>        <tr>")
document.write("<td width='100%' bgcolor='#E4F4FF' height='18' ><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/books.html'>Books</a></font></b></td>")
document.write("</tr>        <tr>")
document.write("<td width='100%' bgcolor='#E4F4FF' height='18' ><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/music.html'>Music</a></font></b></td>")
document.write("</tr>        <tr>")
document.write("<td width='100%' bgcolor='#E4F4FF' height='18' ><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/onlinestore.html'>Online")
document.write(" Vedic Store</a></font></b></td>        </tr>        <tr>")


document.write("<td width='100%' height='21' ></td>        </tr>        <tr>")

document.write("<td width='50%' height='21' bgcolor='#4D99E5' >")
document.write("<font face='Arial' size='3' color='#FFFFFF'><b>Change Language</b></font></td>")
document.write("</tr>         <tr>")

document.write("<td  height='21' bgcolor='#E8F8FF' class='Text'>")
document.write("<b><font face='Arial'><a href='http://www.saatwik.com'>English</a></font></b> </td>")

document.write("</tr>        <tr>          <td width='50%' height='21' bgcolor='#E8F8FF' class='Text'>")
document.write("<b><font face='Arial'><a href='http://babelfish.altavista.com/babelfish/urltrurl?url=http://www.saatwik.com'>Spanish</a></font></b>  </td>")

document.write("</tr>        <tr>          <td width='50%' height='21' bgcolor='#E8F8FF' class='Text'>")
document.write("            <b><font face='Arial'><a href='http://babelfish.altavista.com/babelfish/urltrurl?url=http://www.saatwik.com/index.htm&amp;lp=en_zh&amp;tt=url'>Chinese</a></font></b>  </td>")

document.write("        </tr>        <tr>          <td width='50%' height='21' bgcolor='#E8F8FF' class='Text'>")
document.write("            <b><font face='Arial'><a href='http://babelfish.altavista.com/babelfish/urltrurl?url=http://www.saatwik.com/index.htm&amp;lp=en_fr&amp;tt=url'>French</a></font></b>  </td>")


document.write("        </tr>        <tr>          <td width='50%' height='21' bgcolor='#E8F8FF' class='Text'>")
document.write("            <b><font face='Arial'><a href='http://babelfish.altavista.com/babelfish/urltrurl?url=http://www.saatwik.com/index.htm&amp;lp=en_de&amp;tt=url'>German</a></font></b> </td>")


document.write("        </tr>        <tr>          <td width='50%' height='21' bgcolor='#E8F8FF' class='Text'>")
document.write("            <b><font face='Arial'><a href='http://babelfish.altavista.com/babelfish/urltrurl?tt=url&amp;url=http://www.saatwik.com/index.htm&amp;lp=en_it'>Italian</a></font></b>  </td>")

document.write("        </tr>         <tr>          <td width='50%' height='21' bgcolor='#E8F8FF' class='Text'>")
document.write("            <b><font face='Arial'><a href='http://babelfish.altavista.com/babelfish/urltrurl?url=http://www.saatwik.com/index.htm&amp;lp=en_ja&amp;tt=url'>Japanese</a></font></b>  </td>")

document.write("        </tr>         <tr>          <td width='50%' height='21' bgcolor='#E8F8FF' class='Text'>")
document.write("            <b><font face='Arial'><a href='http://babelfish.altavista.com/babelfish/urltrurl?url=http://www.saatwik.com/index.htm&amp;lp=en_ko&amp;tt=url'>Korean</a></font></b>  </td>")

document.write("        </tr>         <tr>          <td width='50%' height='21' bgcolor='#E8F8FF' class='Text'>")
document.write("            <b><font face='Arial'><a href='http://babelfish.altavista.com/babelfish/urltrurl?url=http://www.saatwik.com/index.htm&amp;lp=en_pt&amp;tt=url'>Portuguese</a></font></b> </td>")
document.write("                 </tr>       <tr> ")




document.write("                  <td width='100%' height='21'>")
document.write("                  </td>")

document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' height='21' bgcolor='#4D99E5'>")
document.write("                    <p align='center'><font face='Arial' size='3' color='#FFFFFF'><b>Others</b></font></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' height='21' bgcolor='#E4F4FF'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/articles.html'>Articles</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' height='21' bgcolor='#E4F4FF'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/newsletter.html'>Newsletter</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' height='21' bgcolor='#E4F4FF'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/fees.html'>Fees")
document.write("                    and Discount</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' height='21' bgcolor='#E4F4FF'><b><font face='Arial' size='2'><a href='http://www.saatwik.com/pages/discussion.html'>Discussion")
document.write("                    Board</a></font></b></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' height='21' bgcolor='#E4F4FF'><font face='Arial' size='2'><b><a href='http://www.saatwik.com/pages/payment.html'>Mode")
document.write("                    of Payment</a></b></font></td>")
document.write("                </tr>")
document.write("                <tr>")
document.write("                  <td width='100%' height='21' bgcolor='#E4F4FF'><font face='Arial' size='2'><b><a href='http://www.saatwik.com/pages/faq.html'>FAQ")
document.write("</td>                </tr>")

document.write("                <tr>")
document.write("                  <td width='100%' height='21' bgcolor='#E4F4FF'><font face='Arial' size='2'><b><a href='http://www.saatwik.com/pages/sitemap.html'>SiteMap")
document.write("</td>                </tr>")


document.write("                <tr>")
document.write("<td width='100%' height='21' bgcolor='#E4F4FF'><font face='Arial'")
document.write("size='2'><b><a href='http://www.saatwik.com/pages/contact.html'>Contact")
document.write(" me</a></b></font></td>")
document.write("                </tr>")

document.write("              </table>")


}



function order() {

document.write(" <!--#include file='order.html' -->")




}




function rudraorder()
{

document.write("      <table border='0' width='100%'>        <tr>")
document.write("          <td width='100%' colspan='4' bgcolor='#50A0E8'>")
document.write("          <font face='Arial, Helvetica, sans-serif' size='2' color='#FFFFFF'><b>Order Now</b></font>")
document.write("          </td>        </tr>        <tr>")
document.write("          <td width='100%' class='Text' bgcolor='#E4F4FF' colspan='4'>")
document.write("          <b>For Rudraksha, we allow the following mode of")
document.write("          payment.&nbsp;</b>          </td>        </tr>        <tr>          <td width='100%' class='Text' bgcolor='#E4F4FF' colspan='4'>")
document.write("          &nbsp;          </td>        </tr>        <tr>")
document.write("          <td width='34%' class='Text' bgcolor='#E4F4FF'>")
document.write("          <b><font color='#000080'>Mode of Payment</font></b>")
document.write("          </td>          <td width='33%' class='Text' bgcolor='#E4F4FF' colspan='2' align='center'>")
document.write("          &nbsp;          </td>")
document.write("          <td width='33%' class='Text' bgcolor='#E4F4FF' align='center'>")
document.write("          <p align='right'>          <b><font color='#000080'>Procedure</font></b>")
document.write("          </p>          </td>        </tr>        <tr>")
document.write("          <td width='34%' class='Text' bgcolor='#E4F4FF'>")
document.write("          &nbsp;          </td>          <td width='66%' class='Text' bgcolor='#E4F4FF' colspan='3' align='center'>")
document.write("          &nbsp;          </td>        </tr>        <tr>")
document.write("          <td width='91%' class='Text' bgcolor='#E4F4FF' colspan='2'>")
document.write("          <b><font color='#000080'>Western Union Money Transfer</font></b>")
document.write("          </td>          <td width='34%' class='Text' bgcolor='#E4F4FF' align='center' valign='middle' colspan='2'>")
document.write("          <p align='right'>       ")

          
          
document.write("          <a href='http://www.saatwik.com/pages/payment.html#wumt' title='Western Union Money Transfer also accepts Credit Card.'><b>Click")
document.write("          here</b></a>                    </p>          </td>        </tr>        <tr>")
document.write("          <td width='125%' class='Text' bgcolor='#E4F4FF' colspan='4'>")
document.write(" Pay using your U.S. bank issued Visa<sup>®</sup> or MasterCard<sup>®</sup>")
document.write(" credit or debit card / Cash / Transfer money over the telephone -")
document.write(" using their 1-800-CALL-CASH<sup>sm</sup> number and your credit or debit")
document.write(" card.          </td>        </tr>        <tr>")
document.write("          <td width='91%' class='Text' bgcolor='#E4F4FF' colspan='2'>")
document.write("          &nbsp;          </td>")
document.write("          <td width='34%' class='Text' bgcolor='#E4F4FF' align='center' valign='middle' colspan='2'>")
document.write("          &nbsp;          </td>        </tr>        <tr>")
document.write("          <td width='91%' class='Text' bgcolor='#E4F4FF' colspan='2'>")
document.write("          <b><font color='#000080'>Remit2India</font></b>")
document.write("          </td>")
document.write("          <td width='34%' class='Text' bgcolor='#E4F4FF' align='center' valign='middle' colspan='2'>")
document.write("          <p align='right'>")
document.write("          <a href='http://www.saatwik.com/pages/payment.html#remit'><b>Click")
document.write("          here</b></a>          </p>          </td>        </tr>        <tr>")
document.write("          <td width='125%' class='Text' bgcolor='#E4F4FF' colspan='4'>")
document.write(" You can also transfer funds from your US, UK, Canada, Euroland, UAE,")
document.write(" Japan, Singapore bank account to my bank account in India via")
document.write(" Remit2India.com          </td>        </tr>        <tr>")
document.write("          <td width='91%' class='Text' bgcolor='#E4F4FF' colspan='2'>")
document.write("          &nbsp;          </td>          <td width='34%' class='Text' bgcolor='#E4F4FF' align='center' valign='middle' colspan='2'>")
document.write("          &nbsp;          </td>        </tr>        <tr>")
document.write("          <td width='91%' class='Text' bgcolor='#E4F4FF' colspan='2'>")
document.write("          <b><font color='#000080'>Cheque / Demand Draft&nbsp;</font></b>")
document.write("          </td>")
document.write("          <td width='34%' class='Text' bgcolor='#E4F4FF' align='center' valign='middle' colspan='2'>")
document.write("          <p align='right'>")
document.write("          <a href='http://www.saatwik.com/pages/payment.html#If you live in India and wants to pay through cheque / Demand'><b>Click")
document.write("          here</b></a>          </p>          </td>        </tr>        <tr>")
document.write("          <td width='125%' class='Text' bgcolor='#E4F4FF' colspan='4'>")
document.write(" Make your Cheque or Demand-Draft in favour of &quot;Gopal Krishan")
document.write(" Doda&quot; payable at Delhi. This option is only for Indians residing")
document.write(" in India and not for NRI's.          </td>        </tr>        <tr>")
document.write("          <td width='91%' class='Text' bgcolor='#E4F4FF' colspan='2'>")
document.write("          &nbsp;          </td>")
document.write("          <td width='34%' class='Text' bgcolor='#E4F4FF' align='center' valign='middle' colspan='2'>")
document.write("          &nbsp;          </td>        </tr>        <tr>")
document.write("          <td width='91%' class='Text' bgcolor='#E4F4FF' colspan='2'>")
document.write("          <b><font color='#000080'>Direct Funds Transfer to HDFC / ICICI Bank</font></b>")
document.write("          </td>")
document.write("          <td width='34%' class='Text' bgcolor='#E4F4FF' align='center' valign='middle' colspan='2'>")
document.write("          <p align='right'>")
document.write("          <a href='http://www.saatwik.com/pages/payment.html#If you live in India and wants to pay through cheque / Demand'><b>Click")
document.write("          here</b></a>          </p>          </td>        </tr>        <tr>")
document.write("          <td width='125%' class='Text' bgcolor='#E4F4FF' colspan='4'>")
document.write(" Transfer funds via NetBanking / ATM / Mobile Banking")
document.write("          </td>        </tr>        <tr>")
document.write("          <td width='91%' class='Text' bgcolor='#E4F4FF' colspan='2'>")
document.write("          &nbsp;          </td>          <td width='34%' class='Text' bgcolor='#E4F4FF' align='center' valign='middle' colspan='2'>")
document.write("          &nbsp;          </td>        </tr>      </table>")



}


function rightpage() {

document.write("<table border='1' width='29%' bordercolor='#4D99E5' >")


document.write("  <tr>")
document.write("          <td width='100%' height='21' bgcolor='#4D99E5'>")



document.write("            <p align='center'><a href='http://www.saatwik.com/pages/friend.html'><img border='0' src='http://www.saatwik.com/images/tellurfriend.gif' width='136' height='34'></a></p>")




document.write("          </td>  </tr> ")


document.write("   <tr>      <td width='100%' height='21' bgcolor='#4D99E5'>")
document.write("   <p align='center'><font color='#FFFFFF' size='2' face='Arial'><b><a style='color: #FFFFFF'>Know your </a><a style='color: #FFFFFF' href='http://www.saatwik.com/pages/luckygem.html'>Lucky")
document.write(" Gem</a><a style='color: #FFFFFF'>, </a><a style='color: #FFFFFF' href='http://www.saatwik.com/pages/lucky-yantra.html'>Lucky Yantra</a><a style='color: #FFFFFF'> or&nbsp;</a><a style='color: #FFFFFF' href='http://www.saatwik.com/pages/lucky-rudraksha.html'> Lucky Rudraksha</a></b></font>     </td>  </tr>")





document.write("          <tr>")
document.write("          <td width='100%' height='21' bgcolor='#4D99E5'>            <p class='Text'>")
document.write("            <font color='#FFFFFF' size='2' face='Arial'><b>Sign up for our free weekly email alerts to special offers, discounts upto")
document.write(" 20% and deals not available to other")
document.write(" visitors.</b></font>")



document.write("            </p>          </td>  </tr>  <tr>")
document.write("          <td width='100%' height='21' bgcolor='#4D99E5' valign='top'>")
          

document.write("<FORM ACTION='http://lists.topica.com/partner/rsbn/remote/listowner/' METHOD='POST' TARGET='New_Window'>")

document.write("<INPUT TYPE='hidden' NAME='lists' VALUE='indianastrology@topica.com'>")
document.write("<input type='text' size='20' name='email' value='your email'>")
document.write("<input type='submit' value='Join'>")
document.write("</FORM>")


document.write("          </td>")
document.write("  </tr>  <tr>          <td width='100%' height='21' bgcolor='#4D99E5'>            &nbsp;")
document.write("          </td>  </tr>  <tr>")
document.write("          <td width='100%' height='21' bgcolor='#4D99E5'>")
document.write("            <p align='center'><b><font color='#FFFFFF' face='Arial'>One-Mukhi")
document.write("            (Faced) Rudraksha</font></b></p>")
document.write("          </td>  </tr>  <tr>")
document.write("          <td width='100%' height='21' bgcolor='#E4F4FF'><img border='0' src='http://www.saatwik.com/images/1rudraksha.jpg' align='left' width='138' height='87'><font size='2' face='Arial' color='#000080'>The")
document.write(" most powerful and rare seed in the entire universe. The Rudraksha is")
document.write(" said to originated directly from the eyes of Lord Shiva. A one mukhi")
document.write(" Rudraksha can bring you <b>immense power, wealth, luxuries, fame,")
document.write(" massive confidence boost and spiritual enrichment</b>. <a href='http://www.saatwik.com/store/rudraksha/one-faced.html'><b>More details...</b></a></font></td>")
document.write("  </tr>  <tr>          <td width='100%' height='11' bgcolor='#4D99E5'>")
document.write("            <p align='center'><b><font size='4' color='#FFFFFF' face='Arial'>Vashikaran")
document.write("            Yantra</font></b></p>          </td>  </tr>  <tr>")
document.write("          <td width='100%' height='10' bgcolor='#E4F4FF'>")
document.write("            <p class='Text'><font size='2' face='Arial' color='#000080'><img border='0' src='http://www.saatwik.com/remedies/yantra/images/vashikaran.jpg' align='left' width='125' height='104'>Yantra")
document.write(" to attract someone you love, to bring your beloved under your")
document.write(" control within a period of 40 to 90 days. <a href='http://www.saatwik.com/remedies/yantra/vashikaran-yantra.html'><b>More")
document.write(" details...</b></a><br>            </font>          </td>  </tr>  <tr>")
document.write("    <td width='100%' bgcolor='#4D99E5'>")
document.write("      <p align='center'><b><font color='#FFFFFF' face='Arial'>Saatwik Affiliate")
document.write(" Program</font></b></td>  </tr>  <tr>")
document.write("    <td width='100%' bgcolor='#E4F4FF'><font face='Arial' size='2'><img border='0' src='http://www.saatwik.com/images/money.jpg' align='left' width='124' height='151'>Join")
document.write(" our Free! Affiliate program and earn 25% commission for every sale from")
document.write(" your web-site or newsletter.&nbsp; <a href='http://www.saatwik.com/pages/money.html'><b>More")
document.write(" Details...</b></a></font></td>")
document.write("  </tr>  <tr>    <td width='100%' bgcolor='#4D99E5'>")
document.write("      <p align='center'><font face='Arial' size='3' color='#FFFFFF'><b>Life-Long")
document.write(" Consultancy</b></font></td>  </tr>  <tr>")
document.write("    <td width='100%' bgcolor='#E4F4FF'><img border='0' src='http://www.saatwik.com/images/sh.jpg' align='left' width='94' height='77'><font face='Arial' size='2'>Pay")
document.write(" once and get advice from your expert astrologer throughout your life. Ask")
document.write(" any question anytime. No registration fees, no hidden charges, no longer")
document.write(" waiting in queue. <a href='http://www.saatwik.com/pages/life-long.html'><b>More")
document.write(" Details...</b></a></font></td>  </tr>  <tr>")
document.write("    <td width='100%' bgcolor='#4D99E5'>")
document.write("      <p align='center'><font face='Arial' size='3' color='#FFFFFF'><b>Are you")
document.write(" celebrating your birthday today?</b></font></td>  </tr>  <tr>")
document.write("    <td width='100%' bgcolor='#E4F4FF'><img border='0' src='http://www.saatwik.com/images/dozen_red_roses_expand_vase_md_wht.gif' align='left' width='103' height='106'><font face='Arial' size='2'>Are")
document.write(" you celebrating your birthday today? If yes, why don't you avail special")
document.write(" discount only meant for you? Ask any number of questions just for US$251")
document.write(" and get your complete Indian (Vedic) horoscope Free!. <b><a href='http://www.saatwik.com/pages/birthday.html'>More")
document.write(" Details...</a></b></font></td>  </tr>")


document.write("   <tr>")
document.write("     <td width='100%' bgcolor='#E4F4FF'><font face='Arial' size='2'>")


    
    
document.write("     </font></td>")
document.write("   </tr>")



document.write(" </table>")



}






function yantraorder() {
document.writeln("      <table border=\"1\" width=\"71%\" bordercolor=\"#50A0E8\">");
document.writeln("        <tr>");
document.writeln("          <td width=\"100%\" colspan=\"3\" bgcolor=\"#50A0E8\" align=\"center\">");
document.writeln("          <font face=\"Arial, Helvetica, sans-serif\" size=\"2\" color=\"#FFFFFF\"><b>Order Now</b></font>");
document.writeln("          </td>");
document.writeln("        </tr>");
document.writeln("        <tr>");
document.writeln("          <td width=\"100%\" class=\"Text\" bgcolor=\"#E4F4FF\" colspan=\"3\" align=\"center\">");
document.writeln("          <b><font face=\"Arial\" size=\"2\">Yantra + Courier Chrages:");
document.writeln("          US$93</font></b>");
document.writeln("          </td>");
document.writeln("        </tr>");
document.writeln("        <tr>");
document.writeln("          <td width=\"100%\" class=\"Text\" bgcolor=\"#E4F4FF\" colspan=\"3\">");
document.writeln("          &nbsp;");
document.writeln("          </td>");
document.writeln("        </tr>");
document.writeln("        <tr>");
document.writeln("          <td width=\"31%\" class=\"Text\" bgcolor=\"#E4F4FF\">");
document.writeln("          <b><font color=\"#000080\" size=\"2\" face=\"Arial\">Mode of Payment</font></b>");
document.writeln("          </td>");
document.writeln("          <td width=\"26%\" class=\"Text\" bgcolor=\"#E4F4FF\" align=\"center\">");
document.writeln("          <b><font color=\"#000080\">Options</font></b>");
document.writeln("          </td>");
document.writeln("          <td width=\"43%\" class=\"Text\" bgcolor=\"#E4F4FF\" align=\"center\">");
document.writeln("          <b><font color=\"#000080\">Procedure</font></b>");
document.writeln("          </td>");
document.writeln("        </tr>");
document.writeln("        <tr>");
document.writeln("          <td width=\"31%\" class=\"Text\" bgcolor=\"#E4F4FF\">");
document.writeln("          <b><font face=\"Arial\" size=\"2\">Online");
document.writeln("          Credit-Card</font></b>");
document.writeln("          </td>");
document.writeln("          <td width=\"26%\" class=\"Text\" bgcolor=\"#E4F4FF\" align=\"center\">");
document.writeln("          <img border=\"0\" src=\"http://www.saatwik.com/images/mastervisa.gif\" onmouseover=\"this.T_SHADOWWIDTH=10;return escape('All payments through credit card are on secure server.')\" width=\"89\" height=\"26\">");
document.writeln("          </td>");
document.writeln("          <td width=\"43%\" class=\"Text\" bgcolor=\"#E4F4FF\" align=\"center\">");
document.writeln("");
document.writeln("                       <form method=\"post\" action=\"https://www.stormpay.com/stormpay/shopping_gen.php\" target=\"_blank\">");
document.writeln("  <p align=\"center\">");
document.writeln("  <input type=hidden name=generic value=\"1\">");
document.writeln("  <input type=hidden name=add_to_cart value=\"1\">");
document.writeln("  <input type=hidden name=payee_email value=\"gkdoda@gmail.com\">");
document.writeln("  <input type=hidden name=product_name value=\"Yantra\">");
document.writeln("  <input type=hidden name=category value=\"Product\">");
document.writeln("  <input type=hidden name=unit_price value=\"93.00\">");
document.writeln("  <input type=hidden name=quantity value=\"1\">");
document.writeln("  <input type=hidden name=require_IPN value=\"1\">");
document.writeln("  <input type=hidden name=return_URL value=\"http://www.saatwik.com/pages/thanks.html\">");
document.writeln("  <input type=hidden name=cancel_URL value=\"http://www.saatwik.com/pages/cancel.html\">");
document.writeln("  <input type=image src=\"http://www.saatwik.com/images/add-to-cart-02.gif\" width=\"178\" height=\"27\" onmouseover=\"this.T_SHADOWWIDTH=10;return escape('Click here to order this yantra')\">");
document.writeln("</form>");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("          </td>");
document.writeln("        </tr>");
document.writeln("        <tr>");
document.writeln("          <td width=\"31%\" class=\"Text\" bgcolor=\"#E4F4FF\">");
document.writeln("          <b><font size=\"2\" face=\"Arial\">Funds transfer through NetBanking /");
document.writeln("          Cheque / DD</font></b>");
document.writeln("          </td>");
document.writeln("          <td width=\"26%\" class=\"Text\" bgcolor=\"#E4F4FF\" align=\"center\">");
document.writeln("          <img border=\"0\" src=\"http://www.saatwik.com/images/banks.jpg\" width=\"182\" height=\"22\" onmouseover=\"this.T_SHADOWWIDTH=7;return escape('Transfer Rs.3999/- to my ICICI or HDFC Bank account')\" >");
document.writeln("          </td>");
document.writeln("          <td width=\"43%\" class=\"Text\" bgcolor=\"#E4F4FF\" align=\"center\">");
document.writeln("          <a href=\"http://www.saatwik.com/pages/payment.html\"><b>Click Here</b></a>");
document.writeln("          </td>");
document.writeln("        </tr>");
document.writeln("        <tr>");
document.writeln("          <td width=\"100%\" class=\"Text\" bgcolor=\"#E4F4FF\" colspan=\"3\">");
document.writeln("          <p align=\"center\"><br>");
document.writeln("        <img border=\"0\" src=\"http://www.saatwik.com/images/or-03.gif\"><br>");
document.writeln("        <font face=\"Arial\" size=\"2\"><b><a onmouseover=\"this.T_SHADOWWIDTH=5;return escape('We will send you our newsletter once in a month to remind you about this order')\" href=\"javascript:reminder()\">Remind me later</a></b></font>");
document.writeln("          </td>");
document.writeln("        </tr>");
document.writeln("        <tr>");
document.writeln("          <td width=\"100%\" class=\"Text\" bgcolor=\"#E4F4FF\" bordercolor=\"#50A0E8\" bordercolorlight=\"#50A0E8\" bordercolordark=\"#50A0E8\" colspan=\"3\">");
document.writeln("          <p align=\"center\"><b><font size=\"2\" face=\"Arial\">Note: You can add or remove items from your basket");
document.writeln("          throughout checkout.</font></b>");
document.writeln("          </td>");
document.writeln("        </tr>");
document.writeln("      </table>");
document.writeln("<script type=\"text/javascript\" src=\"../../js/wz_tooltip.js\"></script\>");
document.writeln("");




}



