
var wVal2 = 0;
var lVal2 = 0;
var stopThis2 = 0;


	
function checkActiveX2() {
	
	FillAuto2(); 
	}

function FillAuto2() {
	initPictures2();
	runSlideShow2(1);
	}
	

	
/* download slideshow */

var SlideShowSpeed2 = 7777;
var CrossFadeDuration2 = .15;
//var Picture2 = new Array();  
//var urln = new Array();  
var text = new Array();  

var tss2;
var iss2;
var jss2 = 1;
var pss2 = 14;
var preLoadn = new Array();

function initPictures2() {
	
	//Picture2[1]  = 'images/aahfn_request_speaker.jpg';
	//Picture2[1]  = 'sample/aahfn3.jpg';
	//Picture2[2]  = 'sample/donate3.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]  = '#';
	//urln[2]  = '#';
	//urln[3]  = 'call_officers.php';
	//urln[3]  = 'http://www.failureisnotanoption.net/';

	text[1]='Excellent meeting!  You can see the passion and the drive from all of speakers -- they were all very inspirational to us!';
	text[2]='Fantastic, I hope to go every year.  Great blend of academic thinking (research) and clinical practice and innovations.';
	text[3]='GREAT meeting - very pertinent to my practice - already recommended the meeting to a collegue!';
	text[4]='I ve been to many HF conferences and AAHFN meeting is by far the best one! I was impressed by nearly every aspect of it: organization, presentations, range of topics, scheduling, food (thank you for providing healthy meals!), location, and social activities. ';
	text[5]='The meeting was of excellent quality and the speakers were outstanding. I learned something valuable in every session.  Best of all I met many new people and had the opportunity to network and gain valuable resources.  ';
	text[6]='Fabulous meeting; I love going each year!';
	text[7]='Great job!  We were treated like royalty again!';
	text[8]='Excellent oportunity to network, great exhibits, wonderful speakers and a diverse mix of RNs  ';
	text[9]='This is a fantastic meeting! Will attend the upcoming meeting in Orlando and hope to bring a few additional colleagues with me!   ';
	text[10]='Wonderful program. Great networking opportunities.  ';
	text[11]='This is my 2nd time and AAHFN is by far the best meeting of those I have attended.  ';
	text[12]='It is so awesome to be with a whole group of people that speak the same language  ';
	text[13]='The meeting was fantastic and it was a boost to the profession to be around so many advanced practice nurses who care so deeply about their profession.  ';
	text[14]='Great meeting! I always return home feeling "re-energized"!  ';


	//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.PictureBox2.src = preLoadn[1].src;
		//document.images.PictureBox.style.display = "none";
		return;
		}
	else {
		if (document.all) {
			//document.images.PictureBox2.style.filter="blendTrans(duration=CrossFadeDuration2)";
			//document.images.PictureBox2.filters.blendTrans.Apply();
			}
		//document.getElementById("ch_banner").setAttribute("href", urln[jss2]);	
		//document.images.PictureBox2.src = preLoadn[jss2].src;
		document.getElementById("txt").innerHTML =text[jss2];
		//if (document.all) document.images.PictureBox2.filters.blendTrans.Play();
		jss2++;
		if (jss2 > (pss2)) jss2=1;
		tss2 = setTimeout('runSlideShow2(1)', SlideShowSpeed2);	
		}
	}	




