var date = new Date();

var month = date.getMonth();

var day = date.getDate();

var weekday = date.getDay();

var year = date.getFullYear();



var m = ["1", "32", "60", "91", "121", "152", "182", "213", "244", "274", "305", "335"];

var w = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];



var mydate = m[month] - 1;



var julian = mydate + day;



function copyright()

{

	document.write("<p><font size='1' face='arial'><a href='index-main.htm'>Jedi Jaci: Home</a></p> <p><a href='mailto:theorderofthesith&#64;hotmail.com'>Feedback</a></p>	Copyright &copy; 2000-2009, <a href='http://theorderofthesith.tripod.com'>The Order of the Sith Online!</a>, All Rights Reserved<br>	No logos, photographs or graphics on this site may be reproduced without written permission. <br>Any graphics, photographs or multimedia clips not created by SithlordDarthRPG are copyright of their respective owners. <br>This site is in no way affiliated with Lucasfilm Ltd or Jaci Inc and is for entertainment purposes only. <br>Thanks to Mr. George Lucas & Jaci Velasquez for letting me have some fun with their creations! <br>Site designed by <a href='mailto:theorderofthesith&#64;hotmail.com'>Sith lord Darth RPG</a> and founded on December 30, 2000. Pray for Jaci and her ministry!</font>");

}



function on_tour() 

{

	if ((julian <= 98) && (year < 2007)) {

		document.write("<p>April 7-8, 2006<br> <b>Pensacola, FL</b> - GraceFest 2006</p>");

	}

	if ((julian <= 365) && (year < 2007)) {

		document.write("<p>December 31, 2006<br> <b>Happy Birthday to Jedi Jaci!</b> - Today this website turns 6 years old! Now go an buy Sith a cake! </p>");

	}



}



/*

	BANNER ADS IN LEFT COLUMN 

*/

function banner_ads() {

document.write(

"<a href='http://www.jacivelasquez.com/product/2460.htm?parentid=700935' target='new'><img src='images/jaci-150-lol.gif' width=150 height=60 border=0 alt='Love Out Loud'></a><br><br>" +

"<a href='http://www.myspace.com/sithlorddarthrpg' target='new'><img src='images/jaci-myspace-120.gif' width=120 height=60 border=0 alt='MySpace'></a><br><br>" +

"<a href='http://www.itickets.com/artists/98.html?fan=1170' target='new'><img src='images/it_120x60.gif' width=120 height=60 border=0 alt='iTickets'></a><br><br>" +

"<a href='http://theorderofthesith.tripod.com/' target='new'><img src='images/sith-trio-120.gif' width=120 height=60 border=0 alt='The Order of the Sith'></a><br><br>");

}



function sithsides() {

document.write(

	"<img src='images/jaci-surge.gif' width=150 height=30 border=0 alt='Sith Sides'><br>" +

	"<table width='100%' cellpadding=3 cellspacing=0 border=0>" +

	"<tr><td bgcolor='#660000'><font color='#FFFFFF' size=2 face='arial'>" +
	
		"<a href='chat.htm'><font color='FFFFFF'>&#149; Chat Room <img src='images/jaci-new.gif' border='0' width='32' height='12' alt='new'></font></a><br>" +

		"<!-- <a href='wedding.htm'><font color='FFFFFF'>&#149; Jaci's Wedding</font></a><br> -->" +

		"<a href='meetup.htm'><font color='FFFFFF'>&#149; JV Meetup Day</font></a><br>" +
		
		"<a href='studies.htm'><font color='FFFFFF'>&#149; Bible Studies</font></a><br>" +

		"<a href='albums.htm'><font color='FFFFFF'>&#149; Lyrics/Translate</font></a><br>" +
		
		"<a href='time.htm'><font color='FFFFFF'>&#149; What Time Is It?</font></a><br>" +
				
		"<hr>" +
		
		"<a href='http://www.angelfire.com/ms/jacivelasquez/' target='new'><font color='FFFFFF'>&#149; All About Jaci</font></a><br>" +

		"<a href='http://alwaysjaci.tripod.com/' target='new'><font color='FFFFFF'>&#149; Always Jaci</font></a><br>" +
		
		"<a href='http://www.myspace.com/64282330' target='new'><font color='FFFFFF'>&#149; Apostrophe Records</font></a><br>" +

		"<a href='http://www.myspace.com/jacimedia/' target='new'><font color='FFFFFF'>&#149; Jaci Media</font></a><br>" +

		"<a href='http://www.jacionline.com/' target='new'><font color='FFFFFF'>&#149; JaciOnline.com</font></a><br>" +

		"<a href='http://www.jacivelasquez.com/' target='new'><font color='FFFFFF'>&#149; JaciVelasquez.com</font></a><br>" +
		
		"</font>" +

	"</td></tr>" +

	"</table>");

}