//Initialize album numbers
var albumflag = 0;
var current_albumpic = 0;
var current_albumquotepic = 0;

//Define capacity
var int_picCapacity = 48;
var int_quoteCapacity = 0;

//Define path
var str_path = "images/random/";

//Define your quotes
var quote_array = new Array();
//quote_array[0] = "...people who really care and want to get better, want to know more about taiko...who enjoy their time with the drum as much as I do...::Yuta Kato";
//quote_array[1] = "Cow + Tree = Taiko   ::Jana Yokoyama";
//quote_array[2] = "I love taiko because.....it's become a part of who I am.....::Courtney Deguchi";
//quote_array[3] = "....Taiko is life..... ::Ryan Ishikawa";

var previous;
//Switch and Fade
var int_choice = photo_setup();
random_fadeIn();
//var slideshow = setInterval("random_fadeOut ()", 2000);
var slideshow = setInterval("random_fadeOut ()", 1000000);

Drag.init(document.getElementById("sidebar_navigation"));




