
pinktext = 'All consultations  can be done by phone toll-free or in person by appointment.'


function PinkBox()  {

document.writeln('<CENTER>');
document.writeln('<table border=4 bgcolor=#FFEEEE cellpadding=8 width="548">');
document.write('<tr><td height="47">');

/* document.write('<div align="center"><font size="2"  color=#800080><b>'); OLD COLOR*/
document.write('<div align="center"><font size="2"  color=#200020><b>');
document.write(pinktext);
document.write('</b></font></div>');
document.writeln('</td></tr></table>');
document.writeln('</CENTER>');
}


/* Function to put crawler-proof eails in page                                           */
/* Deliberately overcomplex and obfuscated!                                              */
/* We are careful not to have anything obviously resembling an eail addresses, or        */
/* even to use arg names and expressions that make sense to someone looking to harvest   */
/* not even to correctly spell words like eail or dohmayne in the comments!                 */
var	att='.@oAtailmv:';  
function eema(toplevel, doma, callem)
{
	tarzan=callem + att.charAt(1) + 'gm' + doma + att.charAt(0) + 'com';

	document.writeln('<' + att.charAt(3) + ' HREF="'+ att.charAt(8) +att.charAt(5)
	 + att.charAt(6)+att.charAt(7)+"to" + att.charAt(10) + tarzan + '">' + tarzan + "</A>");
}



function Contact()  {
document.write('<P align="center"><b><font color=#000000><br></font></b>');
document.writeln('<p align="center"><b><font color=#000000><font size=+2>Toll-Free (877) NUMEROLOGY</font><br>');
document.writeln('<font color=#003366>(877 -686-3765)</font> <br>');
document.write('  local calls from Ann Arbor and vicinity: (734) 327-8423 </font></b> ');
document.write('<p align="center"><b><font color=#000000>');
document.write('<br>');
eema('uiui', 'ail', 'celestialvibrations');

document.write('</font></b>');
document.writeln('<P align="center"><FONT COLOR=#000000 size=2>www.celestialvibrations.com</FONT>');


}


var prefix=""
function BackLink()
{
document.writeln('<P align=rigth><A HREF="'+prefix+'index.html"><B><I><FONT SIZE=2>Home</FONT></I></B></A> ');
}



function sep(n)
{
document.writeln('<br><center>');
for (i=0; i<n; i++)
document.writeln('<IMG SRC="diamond18.jpg" width=18 height=18>');
document.writeln('</center><br>');
}


function ArbitraryPayPalButton(item1, price1, item2, price2, item3, price3)
{
document.writeln('<form action="https://www.paypal.com/cgi-bin/webscr" method="post">');
document.writeln('<input type="hidden" name="cmd" value="_xclick">');
document.writeln('<input type="hidden" name="business" value="skyvibes1111@gmail.com">');
document.writeln('<input type="hidden" name="lc" value="US">');
document.writeln('<input type="hidden" name="button_subtype" value="services">');
document.writeln('<input type="hidden" name="currency_code" value="USD">');
document.writeln('<input type="hidden" name="tax_rate" value="0.000">');
document.writeln('<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHostedGuest">');
document.writeln('<table><tr><td><input type="hidden" name="on0" value="Sessions">Sessions</td></tr><tr><td><select name="os0">');
document.writeln('<option value="' +item1+ '">' +item1+ ' $' +price1 + '</option>');
document.writeln('<option value="' +item2+ '">' +item2+ ' $' +price2 + '</option>');
if (item3)  {
   document.writeln('<option value="' +item3+ '">' + item3 + ' $' + price3+ '</option>');
   }
document.writeln('</select> </td></tr>');
document.writeln('</table>');
document.writeln('<input type="hidden" name="currency_code" value="USD">');
document.writeln('<input type="hidden" name="option_select0" value="' +item1+ '">');
document.writeln('<input type="hidden" name="option_amount0" value="' +price1+ '">');
document.writeln('<input type="hidden" name="option_select1" value="' +item2 + '">');
document.writeln('<input type="hidden" name="option_amount1" value="' +price2+ '">');
if (item3)  {
    document.writeln('<input type="hidden" name="option_select2" value="' +item3+ '">');
    document.writeln('<input type="hidden" name="option_amount2" value="' +price3+ '">');
    }
document.writeln('<input type="hidden" name="option_index" value="0">');
document.writeln('<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">');
document.writeln('<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">');
document.writeln('</form>');
}


function StandardPayPalButton(item3, price3)
{
if (item3)
	{
	ArbitraryPayPalButton("Half Hour", "108.00",  "Full Hour", "180.00", item3, price3);
	}
else
	{
	ArbitraryPayPalButton("Half Hour", "108.00",  "Full Hour", "180.00");
	}
}


function DonatePayPalButton()  {
document.writeln('<form action="https://www.paypal.com/cgi-bin/webscr" method="post">');
document.writeln('<input type="hidden" name="cmd" value="_donations">');
document.writeln('<input type="hidden" name="business" value="skyvibes1111@gmail.com">');
document.writeln('<input type="hidden" name="lc" value="US">');
document.writeln('<input type="hidden" name="item_name" value="Celestial Vibrations">');
document.writeln('<input type="hidden" name="currency_code" value="USD">');
document.writeln('<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest">');
document.writeln('<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">');
document.writeln('<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">');
document.writeln('</form>');
}
