
var wVal2 = 0;
var lVal2 = 0;
var stopThis2 = 0;


	
function checkActiveX() {
	
	FillAuto2(); 
	}

function FillAuto2() {
	initPictures2();
	runSlideShow2(1);
	}
	

	
/* download slideshow */

var SlideShowSpeed2 =4444;
var CrossFadeDuration2 = .20;
var Picture2 = new Array();  
var urln = new Array();  

var tss2;
var iss2;
var jss2 = 1;
var pss2 = 1;
var preLoadn = new Array();

function initPictures2() {
	
	//Picture2[1]  = 'images/aahfn_request_speaker.jpg';
	//Picture2[1]  = 'images/photogallery/SOS.jpg';
	//Picture2[2]  = 'images/photogallery/Valentine.jpg';
	//Picture2[3]  = 'images/photogallery/ZanteFront.jpg';
	Picture2[1]  = 'http://www.islandevents.com/images/photogallery/black_gold.jpg';
	Picture2[2]  = 'http://www.islandevents.com/images/photogallery/euphoria.jpg';
	Picture2[3]  = 'http://www.islandevents.com/images/photogallery/pokerface.jpg';
	//Picture2[4]  = 'http://www.islandevents.com/images/photogallery/Zante-2011.jpg';

	//Picture2[3]  = 'images/newbanner2.jpg';
	//Picture2[3]  = 'images/aahfn_heart_banner.jpg';
				//aahfn_memcamp07.gif
	
	//urln[1]  = 'http://www.surveymonkey.com/s.aspx?sm=lMdd04AsAOS5LHBwdtdF3g_3d_3d';
	//urln[1]  = 'http://www.facebook.com/home.php?#/event.php?eid=285506990929&ref=mf';
	//urln[2]  = 'http://www.facebook.com/home.php#/event.php?eid=254654434521&ref=ts';
	//urln[3]  = 'http://www.facebook.com/group.php?gid=42004968603#/event.php?eid=246783986462&ref=mf';
	urln[1]  = 'http://www.naturalfreaksultd.com/';
	urln[2]  = 'http://www.facebook.com/home.php#!/event.php?eid=196522383697570';
	urln[3]  = 'http://www.facebook.com/home.php#!/event.php?eid=195566517143251&notif_t=event_invite';
	//urln[4]  = 'http://www.facebook.com/event.php?eid=184663704891311';
	//urln[3]  = 'call_officers.php';
	//urln[3]  = 'http://www.failureisnotanoption.net/';

	pss2 = Picture2.length-1;
		
	for (iss2 = 1; iss2 < pss2+1; iss2++){
	preLoadn[iss2] = new Image();
	preLoadn[iss2].src = Picture2[iss2];}
	}	
	
function runSlideShow2(active) {
	if (stopThis2 == 1 ) {
		document.images.PictureBox.src = preLoadn[1].src;
		//document.images.PictureBox.style.display = "none";
		return;
		}
	else {
		if (document.all) {
			document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration2)";
			document.images.PictureBox.filters.blendTrans.Apply();
			}
		document.getElementById("banner").setAttribute("href", urln[jss2]);	
		document.images.PictureBox.src = preLoadn[jss2].src;
		if (document.all) document.images.PictureBox.filters.blendTrans.Play();
		jss2++;
		if (jss2 > (pss2)) jss2=1;
		tss2 = setTimeout('runSlideShow2(1)', SlideShowSpeed2);	
		}
	}	





