
window.addEvent('domready',function(){
									
									
									//create our Accordion instance
	var myAccordion = new Accordion($('accordion'), 'h3.toggler', 'div.element', {
		opacity: false,
		onClick: function(toggler, element){
			toggler.setStyle('color', '#41464D');
		},
		onBackground: function(toggler, element){
			toggler.setStyle('color', '#FFF'); 
		}
	});
	

	
		<!--//dp.SyntaxHighlighter.ClipboardSwf = '../../dp.SyntaxHighlighter/Scripts/clipboard.swf';
//		dp.SyntaxHighlighter.HighlightAll('code'); -->
		new Calendar({
			calContainer:'calBody',
			newDate:'',
			cEvents: [ 
				{ 
					title:'<strong>WORKSHOP</strong>',
					start:'2011-1-30',
					end:'2011-1-30',
					location:'<table width="600px"><tr><td class="eventmatter">Info:<p>Naam: April Bambao</p> <p>Crew: Boogie Monstarz</p><p>Style: Hiphop choreografie</p><p>Datum: 30-01-2011</p><p>Tijd: 18:00 - 21:00</p><p>Kosten: 1 = &euro;15,- 2 = &euro;25,-.</p><p>Tickets: <a href="https://www.ticketscript.com/shop_plus.php?org_id=1605&lang=nl" target="_blank">Klik hier</a></td><td><div class="eventimage"><a href="http://siperuhi.files.wordpress.com/2010/11/aprilbambao.png"><img src=images/AprilBambao.png height="400px" width="300px" /></a></div></td></tr></table>'
					
				}, 
				{ 
					title:'4Seasons',
					start:'2011-6-4',//year-month-day
					end:'2011-6-5',//year-month-day
					location:'<table width="600px"><tr><td class="eventmatter">Info:<p>Naam: 4Seasons</p> <p>Type:Workshops/Battles/Sneakermarkt</p><p> Datum 4 en 5 Juni Voorverkoop:<a href="https://www.ticketscript.com/shop_plus.php?org_id=1605&lang=nl" target="_blank">Klik hier</a><p>Website: <a href:"http://www.siperuhi.com" target="_blank">www.siperuhi.com</a></p> <div class="eventimage">Overige informatie: Op 4 en 5 Juni 2011 wordt de eerste editie van 4Seasons georganiseerd door Varsity High.! <br/> Tijdens dit evenement zal je mee kunnen doen aan de workshops die op 4 juni georganiseerd wordt met choreografen van binnen - en buitenland! Op 5 Juni zal je kunnen genieten van een sneakermarkt, battles en een beurs waar je terecht kunt voor battles in het buitenland! Wil je op de hoogte gehouden worden van al Siperuhi&#34;s activiteiten, meld je dan aan voor onze nieuwsbrief of hou de blog in de gaten!</div></td></tr></table>' 
				},
				{
					title:'Varsity High.',
					start:'2011-5-28',
					end:'2011-5-28',
					location:'<table width="500px"><tr><td class="eventmatter"><p>Naam: Varsity High.</p> <p>Type:Promotie bij evenement</p> <p> Locatie: Podium Bloos, Breda</p> <p>Website: <a href:"http://www.backtothestreets.nl" target="_blank">www.backtothestreets.nl</a></p> <p>Overige informatie:Tijdens het dansevenement van Back To The Streets gaat Varsity High. een stand plaatsen waar zij Siperuhi in z&quot;n geheel zullen gaan promoten. Ook kan er kleding gekocht worden tijdens dit evenement met een speciale discount.</p> <br/> Let op: Op=Op.</td></tr></table>'
				},
				{
					title:'Varsity High.',
					start:'2011-3-27',//year-month-day
					end:'2011-3-27',//year-month-day
					location:'<table width="500px"><tr><td class="eventmatter"><p>Naam: Varsity High.</p> <p>Type: Promotie bij evenement</p> <p>Datum: 27-3-2011</p> <p>Locatie: Sporthal de Schutskamp, Den Bosch <p>Website: <a href:"http://www.siperuhi.com" target="_blank">www.siperuhi.com</a></p> <p>Overige informatie: Tijdens het NK van DCAF zal Varsity High. een stand gaan plaatsen om promotie te doen voor het merk in z&quot;n geheel. Tijdens deze dag zal er kleding gekocht verkocht worden met een speciale discount voor diegenen die aanwezig zijn. Let op: Op=Op.</p> </td></tr></table>'
				},
				{
					title:'Release Coco &amp; Elixer Mixtape',
					start:'2011-3-23',
					end:'2011-3-23',
					location:'<table width="500px"><tr><td class="eventmatter">    <p>Naam: Coco & Elixer Mixtape</p> <p>Type:Release</p> <p>Datum: 23 mrt 2011</p>Website: <a href:"http://www.bersatumusic.com" target="_blank">http://www.bersatumusic.com</a></p> <p>Overige informatie: 23 Maart zal de eerste mixtape van Bersatu music artiesten Coco&Elixer released worden. Zorg ervoor dat je &quot;m checkt want hij is KEIHARD.</p> </td></tr></table>'
				},
				{
					title:'Nablijven.',
					start:'2011-4-6',
					end:'2011-4-6',
					location:'<table width="500px"><tr><td class="eventmatter">    <p>Naam: Nablijven. </p> <p>Type:Workshops.</p> <p>Datum: 6 apr 2011</p> <p>Tijd: 09:00 - 14:00<p>Locatie: Lelystad</p> Website: <a href:"http://www.stichtingtwisted.nl" target="_blank">http://www.stichtingtwisted.nl</a></p> <p>Overige informatie: Ihamahu gaat workshops geven op een middelbare school in Lelystad! Tijdens deze workshops zal er gewerkt worden naar een showtje waarbij de leerlingen dit zullen opvoeren tijdens de eindpresentaties. Wordt te gek!</p>     </td></tr></table>'
				}
			]	
		});
		
		
		function addEvent(elm, evType, fn, useCapture) {
	if (elm.addEventListener) { 
	elm.addEventListener(evType, fn, useCapture); 
	return true; 
	}
	else if (elm.attachEvent) { 
	var r = elm.attachEvent('on' + evType, fn); 
	EventCache.add(elm, evType, fn);
	return r; 
	}
	else {
	elm['on' + evType] = fn;
	}
}
function getEventSrc(e) {
	if (!e) e = window.event;

	if (e.originalTarget)
	return e.originalTarget;
	else if (e.srcElement)
	return e.srcElement;
}
function addLoadEvent(func) {
var oldonload = window.onload;
	if (typeof window.onload != 'function') {
	window.onload = func;
	} else {
	window.onload = 
		function() {
		oldonload();
		func();
		}
	}
}
var EventCache = function(){
	var listEvents = [];
	return {
		listEvents : listEvents,
	
		add : function(node, sEventName, fHandler, bCapture){
			listEvents.push(arguments);
		},
	
		flush : function(){
			var i, item;
			for(i = listEvents.length - 1; i >= 0; i = i - 1){
				item = listEvents[i];
				
				if(item[0].removeEventListener){
					item[0].removeEventListener(item[1], item[2], item[3]);
				};
				
				/* From this point on we need the event names to be prefixed with 'on" */
				if(item[1].substring(0, 2) != "on"){
					item[1] = "on" + item[1];
				};
				
				if(item[0].detachEvent){
					item[0].detachEvent(item[1], item[2]);
				};
				
				item[0][item[1]] = null;
			};
		}
	};
}();


addEvent(window,'unload',EventCache.flush, false);
	})
    
