 /*******************************************************************************

FILE: mud_Scripts.js
REQUIRES: prototype.js
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
VERSION: 2.1 - update to make it work more like MudFadeGallery
DATE: 04/07/2006

--------------------------------------------------------------------------------

This file is part of MudShiftContent.

	MudShiftContent is free for anyone to use, but this header MUST be
	included, and may not be modified.

*******************************************************************************/

////////////////////////////////////////////////////////////////////////////////
// GLOBAL VARS

var imgs;
var imgsGallery = new Array();

////////////////////////////////////////////////////////////////////////////////
// MOUSE EVENTS

function setOnMouseClick() {
	var elements = document.getElementsByTagName("a");
	for (var i = 0; i < elements.length; i++) {
		switch(elements[i].className) {
			case "next":
				elements[i].onclick = function() {
					 imgs.move('next');
					 return false;
				}
				break;
			case "prev":
				elements[i].onclick = function() {
					 imgs.move('prev');
					 return false;
				}
				break;
		}
	}
}


////////////////////////////////////////////////////////////////////////////////
// INIT

function init() {
	setOnMouseClick();
	// images gallery
	
	imgsGallery[0] = new Object();
	imgsGallery[0].image = new Image();
	imgsGallery[0].image.src = "tearsheets/1_complexdessert.jpg";
	imgsGallery[0].title = "Buddhabong x Complex.com - City Guide";
	imgsGallery[0].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[1] = new Object();
	imgsGallery[1].image = new Image();
	imgsGallery[1].image.src = "tearsheets/2_egotrip.jpg";
	imgsGallery[1].title = "Buddhabong x Egotrip";
	imgsGallery[1].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[2] = new Object();
	imgsGallery[2].image = new Image();
	imgsGallery[2].image.src = "tearsheets/3_vtech.jpg";
	imgsGallery[2].title = "Buddhabong x Mochilla x VTech";
	imgsGallery[2].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[3] = new Object();
	imgsGallery[3].image = new Image();
	imgsGallery[3].image.src = "tearsheets/4_mixtapeclub.jpg";
	imgsGallery[3].title = "Buddhabong x Mixtapeclub.org";
	imgsGallery[3].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[4] = new Object();
	imgsGallery[4].image = new Image();
	imgsGallery[4].image.src = "tearsheets/5_rhettmixtape.jpg";
	imgsGallery[4].title = " Buddhabong x DJ Rhettmatic (Boom Bap Mixtape Cover)";
	imgsGallery[4].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[5] = new Object();
	imgsGallery[5].image = new Image();
	imgsGallery[5].image.src = "tearsheets/6_hupot.jpg";
	imgsGallery[5].title = "Buddhabong x Hupot.net - Korea";
	imgsGallery[5].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[6] = new Object();
	imgsGallery[6].image = new Image();
	imgsGallery[6].image.src = "tearsheets/7_msgblink.jpg";
	imgsGallery[6].title = "MSG.com - Blink 182/ Fall Out Boy";
	imgsGallery[6].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[7] = new Object();
	imgsGallery[7].image = new Image();
	imgsGallery[7].image.src = "tearsheets/8_elpais.jpg";
	imgsGallery[7].title = "El Pais Newspaper - Spain";
	imgsGallery[7].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[8] = new Object();
	imgsGallery[8].image = new Image();
	imgsGallery[8].image.src = "tearsheets/9_nbc.jpg";
	imgsGallery[8].title = "NBC.com x Buddhabong x Knicks City Dancers";
	imgsGallery[8].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[9] = new Object();
	imgsGallery[9].image = new Image();
	imgsGallery[9].image.src = "tearsheets/10_cmyk.jpg";
	imgsGallery[9].title = "CMYK Magazine - Vol 42 - Female DJs in Los Angeles";
	imgsGallery[9].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[10] = new Object();
	imgsGallery[10].image = new Image();
	imgsGallery[10].image.src = "tearsheets/11_complex.jpg";
	imgsGallery[10].title = "Complex Magazine - Damon Way";
	imgsGallery[10].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[11] = new Object();
	imgsGallery[11].image = new Image();
	imgsGallery[11].image.src = "tearsheets/12_urbimmortal.jpg";
	imgsGallery[11].title = "Urb Magazine - Immortal Technique";
	imgsGallery[11].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[12] = new Object();
	imgsGallery[12].image = new Image();
	imgsGallery[12].image.src = "tearsheets/13_bplusprequel1.jpg";
	imgsGallery[12].title = "Prequel Magazine - B Plus";
	imgsGallery[12].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[13] = new Object();
	imgsGallery[13].image = new Image();
	imgsGallery[13].image.src = "tearsheets/14_bplusprequel2.jpg";
	imgsGallery[13].title = "Prequel Magazine - B Plus";
	imgsGallery[13].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[14] = new Object();
	imgsGallery[14].image = new Image();
	imgsGallery[14].image.src = "tearsheets/15_bplusprequel3.jpg";
	imgsGallery[14].title = "Prequel Magazine - B Plus";
	imgsGallery[14].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[15] = new Object();
	imgsGallery[15].image = new Image();
	imgsGallery[15].image.src = "tearsheets/16_japanrime1.jpg";
	imgsGallery[15].title = "Rime Magazine - Japan";
	imgsGallery[15].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[16] = new Object();
	imgsGallery[16].image = new Image();
	imgsGallery[16].image.src = "tearsheets/17_japanrime2.jpg";
	imgsGallery[16].title = "Rime Magazine - Japan";
	imgsGallery[16].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[17] = new Object();
	imgsGallery[17].image = new Image();
	imgsGallery[17].image.src = "tearsheets/18_prequel1.jpg";
	imgsGallery[17].title = "Prequel Magazine - Dilla";
	imgsGallery[17].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[18] = new Object();
	imgsGallery[18].image = new Image();
	imgsGallery[18].image.src = "tearsheets/19_prequel2.jpg";
	imgsGallery[18].title = "Prequel Magazine - Shortkut"; 
	imgsGallery[18].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";

	imgsGallery[19] = new Object();
	imgsGallery[19].image = new Image();
	imgsGallery[19].image.src = "tearsheets/20_prequel3.jpg";
	imgsGallery[19].title = "Prequel Magazine - Shortkut"; 
	imgsGallery[19].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
    imgsGallery[20] = new Object();
	imgsGallery[20].image = new Image();
	imgsGallery[20].image.src = "tearsheets/21_rime_1.jpg";
	imgsGallery[20].title = "Rime Magazine - Percee P";
	imgsGallery[20].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[21] = new Object();
	imgsGallery[21].image = new Image();
	imgsGallery[21].image.src = "tearsheets/22_rime_2.jpg";
	imgsGallery[21].title = "Rime Magazine - DJ Quik";
	imgsGallery[21].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[22] = new Object();
	imgsGallery[22].image = new Image();
	imgsGallery[22].image.src = "tearsheets/23_turftalk1.jpg";
	imgsGallery[22].title = "Rime Magazine - Turf Talk";
	imgsGallery[22].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
    imgsGallery[23] = new Object();
	imgsGallery[23].image = new Image();
	imgsGallery[23].image.src = "tearsheets/24_urb_web.jpg";
	imgsGallery[23].title = "Urb Magazine - Danny Lee";
	imgsGallery[23].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[24] = new Object();
	imgsGallery[24].image = new Image();
	imgsGallery[24].image.src = "tearsheets/25_waxpoetics1.jpg";
	imgsGallery[24].title = "Wax Poetics Magazine - Rhettmatic";
	imgsGallery[24].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
    imgsGallery[25] = new Object();
	imgsGallery[25].image = new Image();
	imgsGallery[25].image.src = "tearsheets/26_brooklynbodega1.jpg";
	imgsGallery[25].title = "BrooklynBodega.com - Rakim";
	imgsGallery[25].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	imgsGallery[26] = new Object();
	imgsGallery[26].image = new Image();
	imgsGallery[26].image.src = "tearsheets/27_captions.jpg";
	imgsGallery[26].title = "Subcontact Magazine (Japan) - Captions";
	imgsGallery[26].caption = "&copy Buddhabong 2000 - 2012 // all rights reserved";
	
	// MudShiftContent(id, unitX, unitTotal)
	imgs = new MudShiftContent('imgs', imgsGallery);
	
	// set init
	if ($('imgs_title')) $('imgs_title').innerHTML = imgsGallery[0].title;
	if ($('imgs_caption')) $('imgs_caption').innerHTML = imgsGallery[0].caption;
}

////////////////////////////////////////////////////////////////////////////////
// EVENTS

Event.observe(window, 'load', init, false);
