// Media Script
$(document).ready(function(){
	$('#mainImage').cycle({
		fx: 'scrollRight',
		timeout: 6000,
		delay: -1000,
					 });				
	$('#topImage').cycle({
		fx: 'scrollLeft',
		timeout: 6000,
		delay: -1000,
					 });				
	$('#bottomImage').cycle({
		fx: 'scrollRight',
		timeout: 6000,
		delay: -1000,
					 });				
	$('#script').cycle({
		cleartype: 1,
		fx: 'fade',
		timeout: 6000,
		delay: -1000,
					 });
	
	//$.get("XML/events.xml",function($xml){				
		//	$($xml).find('event').each(function(){
			//	var id=$(this).attr('id');
				//var title=$(this).find('title').text();
				//var host=$(this).find('host').text();
				//var preview=$(this).find('preview').text();
				//var full=$(this).find('full').text();
				//var date=$(this).find('when').text();
				//$('<div id="aple'+id+'"></div>').html('<a href="#" id="'+id+'"><h1>'+title+'</h1><h2>'+host+'</h2><h3>'+date+'</h3><p>'+preview+'</p></a>').appendTo('div#events');
				//$("<div ></div>").html('<h1>'+title+'</h1><h2>'+host+'</h2><h3>'+date+'</h3><p>'+full+'<p>').appendTo('div.miniBlock');	
			//});
			$('#events').cycle({
				fx: 'scrollLeft',
				timeout: 6000,
				delay: -1000,
				pause: 1,		
					 });
			$('#sched').cycle({
				fx: 'scrollLeft',
				timeout: 6000,
				delay: -1000,
				pause: 1,		
					 });
			//var x=document.width/2-440/2;
			//var y=135;
			//$('div.miniBlock').dialog({autoOpen: false,width: 440,height: 'auto',position:[x,y],});
			//$('#events div').click(function($e){$('div.miniBlock').dialog('open');return false;});
	//});	
	
		
});
						  