function myVeteranFunc()
{
		var myIEverTemp = navigator.appVersion;
		var myIEver = myIEverTemp.charAt(22);
		
			if(navigator.appName == 'Microsoft Internet Explorer')
			{
				var theDiv = document.getElementById('contentDiv');
				theDiv.innerHTML = '';	
				var theDiv2 = document.getElementById('contentDiv2');
				theDiv2.innerHTML = '';

				var theDiv5 = document.getElementById('contentDiv3');
				theDiv5.innerHTML = '';			
			}
			else
			{
				var theDiv = document.getElementById('contentDiv');
				theDiv.innerHTML = '';
			}	
			
			var theDiv2 = document.getElementById('contentDiv2');
			theDiv2.innerHTML = '';

			var theDiv3 = document.getElementById('extraDetails');
			theDiv3.innerHTML = '';			
			
			var theDiv4 = document.getElementById('extraDetails2');
			theDiv4.innerHTML = '';
			
			var someVarStart3 = '';
			var someVarMiddle3 = '';
			var someVarEnd3 = '';
			var someVarAll3 = '';

someVarStart3 += '<table id="showsMusicModule1Image1" class="showsMusicModule1Image1" border="0" cellpadding="0" cellspacing="0">';
someVarStart3 += '<tr><td valign="top"><img src="global_images/gaunlet3.gif" height="100px" width="800px" ';
someVarStart3 += 'alt="Gaunlet 3" border="0"><br>';
someVarStart3 += 'Beautiful Puerto Vallarta, Mexico sets the hot and steamy stage for battle as 32 Real World, Road Rules and Fresh Meat alumni fight it out for over $400,000 in cash and prizes at The Real World/Road Rules Challenge: Gauntlet 3 - Veterans vs. Rookies. Pro BMX dirt jumper TJ Lavin returns as host as he guides the teams through a series of wild challenges and intense Gauntlets; where teammates face off to avoid elimination and stay until the Final Challenge. The winning team will split $300,000 in prize money and the losing team goes home with nothing! Insane challenges, heart-stopping Gauntlets, crazy fights, surprising alliances, unexpected departures and more hook-ups than ever - it\'s all going down in Gauntlet 3!</td></tr></table>';

			if(navigator.appName == 'Microsoft Internet Explorer')
			{
someVarStart3 += '<div id="divContainer" style="position:absolute; top: 500px;">';
			}
			else
			{
someVarStart3 += '<div id="divContainer" style="position:absolute; top: 200px;">';				
			}
someVarStart3 += '<div id="divContent" style="width:800px;">';

			if(navigator.appName == 'Microsoft Internet Explorer')
			{
someVarMiddle3 +='<div style="position:absolute; top: 26px;"><a onClick=javascript:myVeteranFunc(); style="cursor:pointer;cursor:hand; position: absolute; left: 50px;"><img src=global_images/gauntlet/veterans.jpg border=0></a><a onClick=javascript:myRookiesFunc(); style="cursor:pointer;cursor:hand; position: absolute; left: 450px;"><img src=global_images/gauntlet/rookies.jpg border=0></a><p style="position: relative; top: 130px; left: 70px;">Click on any cast member to view a video sound bite, along with their bio information.</p></div>';
			}
			else
			{
someVarMiddle3 +='<div style="position:absolute; top: 51px;"><a onClick=javascript:myVeteranFunc(); style="cursor:pointer;cursor:hand; position: absolute; left: 50px;"><img src=global_images/gauntlet/veterans.jpg border=0></a><a onClick=javascript:myRookiesFunc(); style="cursor:pointer;cursor:hand; position: absolute; left: 450px;"><img src=global_images/gauntlet/rookies.jpg border=0></a><p style="position: relative; top: 110px; left: 70px;">Click on any cast member to view a video sound bite, along with their bio information.</p></div>';
			}

loadXMLDoc('xml/gauntlet_shows.xml');
var whovar=xmlDoc.getElementsByTagName('who');
var picturevar=xmlDoc.getElementsByTagName('picture');
var descriptionvar=xmlDoc.getElementsByTagName('description');

			if(navigator.appName == 'Microsoft Internet Explorer')
			{
someVarMiddle3 +='<table style="position: relative; top: 190px;"><tr><td valign=top width=800px height=140px><center><font size=3px><b>Veterans</b></font></center><br>';
			}
			else
			{
someVarMiddle3 +='<table style="position: relative; top: 200px;"><tr><td valign=top width=800px height=160px><center><font size=3px><b>Veterans</b></font></center><br>';				
			}


 for (i=0;i<16;i++)
  {
  if (whovar[i].nodeType==1)
    {  
			if(navigator.appName == 'Microsoft Internet Explorer')
			{
				if(myIEver == "7")
				{
	  someVarMiddle3 += '<div id='+i+' style="height:180px;width:800px;">';
				}
				else if(myIEver == "6")
				{
	  someVarMiddle3 += '<div id='+i+' style="height:140px;width:800px;padding: 0; margin: 0 0 0 0;">';
				}
				else
				{
	  someVarMiddle3 += '<div id='+i+' style="height:180px;width:800px;">';					
				}
			}
			else
			{
	  someVarMiddle3 += '<div id='+i+' style="height:160px;width:800px;">';				
			}
	  var myTempVar2 = picturevar[i].childNodes[0].nodeValue;

	someVarMiddle3 += '<img src="global_images/gauntlet/'+myTempVar2+'.jpg" onClick=javascript:myVeteranFunc();javascript:myInsertQt("'+myTempVar2+'","'+i+'"); style="cursor:pointer;cursor:hand;" height="120" width="160">';
	
			if(navigator.appName == 'Microsoft Internet Explorer')
			{
				if(myIEver == "7")
				{
		someVarMiddle3 += '<div style="position:relative; top:-120px; left:180px; height:180px;">'+whovar[i].childNodes[0].nodeValue+'</div></div>';
				}
				else if(myIEver == "6")
				{
		someVarMiddle3 += '<div style="position:relative; top:-120px; left:180px; height:140px;">'+whovar[i].childNodes[0].nodeValue+'</div></div>';
				}
				else
				{
		someVarMiddle3 += '<div style="position:relative; top:-120px; left:180px; height:180px;">'+whovar[i].childNodes[0].nodeValue+'</div></div>';
				}
			}
			else
			{
		someVarMiddle3 += '<div style="position:relative; top:-120px; left:180px; height:200px;">'+whovar[i].childNodes[0].nodeValue+'</div></div>';
			}
	 }
  }

someVarMiddle3 +='</td></tr></table>';
someVarEnd3 += '</div>';
someVarEnd3 += '</div>';
  someVarAll3 = someVarStart3 + someVarMiddle3 + someVarEnd3;
  theDiv.innerHTML = someVarAll3;
}


function myRookiesFunc()
{
		var myIEverTemp = navigator.appVersion;
		var myIEver = myIEverTemp.charAt(22);
		
			if(navigator.appName == 'Microsoft Internet Explorer')
			{
				var theDiv = document.getElementById('contentDiv');
				theDiv.innerHTML = '';	
				var theDiv2 = document.getElementById('contentDiv2');
				theDiv2.innerHTML = '';

				var theDiv5 = document.getElementById('contentDiv3');
				theDiv5.innerHTML = '';			
			}
			else
			{
				var theDiv = document.getElementById('contentDiv');
				theDiv.innerHTML = '';
			}	
			
			var theDiv2 = document.getElementById('contentDiv2');
			theDiv2.innerHTML = '';

			var theDiv3 = document.getElementById('extraDetails');
			theDiv3.innerHTML = '';			
			
			var theDiv4 = document.getElementById('extraDetails2');
			theDiv4.innerHTML = '';
			
			var someVarStart3 = '';
			var someVarMiddle3 = '';
			var someVarEnd3 = '';
			var someVarAll3 = '';

someVarStart3 += '<table id="showsMusicModule1Image1" class="showsMusicModule1Image1" border="0" cellpadding="0" cellspacing="0">';
someVarStart3 += '<tr><td valign="top"><img src="global_images/gaunlet3.gif" height="100px" width="800px" ';
someVarStart3 += 'alt="Gaunlet 3" border="0"><br>';
someVarStart3 += 'Beautiful Puerto Vallarta, Mexico sets the hot and steamy stage for battle as 32 Real World, Road Rules and Fresh Meat alumni fight it out for over $400,000 in cash and prizes at The Real World/Road Rules Challenge: Gauntlet 3 - Veterans vs. Rookies. Pro BMX dirt jumper TJ Lavin returns as host as he guides the teams through a series of wild challenges and intense Gauntlets; where teammates face off to avoid elimination and stay until the Final Challenge. The winning team will split $300,000 in prize money and the losing team goes home with nothing! Insane challenges, heart-stopping Gauntlets, crazy fights, surprising alliances, unexpected departures and more hook-ups than ever - it\'s all going down in Gauntlet 3!</td></tr></table>';


			if(navigator.appName == 'Microsoft Internet Explorer')
			{
someVarStart3 += '<div id="divContainer" style="position:absolute; top: 500px;">';
			}
			else
			{
someVarStart3 += '<div id="divContainer" style="position:absolute; top: 200px;">';				
			}
someVarStart3 += '<div id="divContent" style="width:800px;">';

			if(navigator.appName == 'Microsoft Internet Explorer')
			{
someVarMiddle3 +='<div style="position:absolute; top: 26px;"><a onClick=javascript:myVeteranFunc(); style="cursor:pointer;cursor:hand; position: absolute; left: 50px;"><img src=global_images/gauntlet/veterans.jpg border=0></a><a onClick=javascript:myRookiesFunc(); style="cursor:pointer;cursor:hand; position: absolute; left: 450px;"><img src=global_images/gauntlet/rookies.jpg border=0></a><p style="position: relative; top: 130px; left: 70px;">Click on any cast member to view a video sound bite, along with their bio information.</p></div>';
			}
			else
			{
someVarMiddle3 +='<div style="position:absolute; top: 51px;"><a onClick=javascript:myVeteranFunc(); style="cursor:pointer;cursor:hand; position: absolute; left: 50px;"><img src=global_images/gauntlet/veterans.jpg border=0></a><a onClick=javascript:myRookiesFunc(); style="cursor:pointer;cursor:hand; position: absolute; left: 450px;"><img src=global_images/gauntlet/rookies.jpg border=0></a><p style="position: relative; top: 110px; left: 70px;">Click on any cast member to view a video sound bite, along with their bio information.</p></div>';
			}

loadXMLDoc('xml/gauntlet_shows.xml');
var whovar=xmlDoc.getElementsByTagName('who');
var picturevar=xmlDoc.getElementsByTagName('picture');
var descriptionvar=xmlDoc.getElementsByTagName('description');

			if(navigator.appName == 'Microsoft Internet Explorer')
			{
someVarMiddle3 += '<table style="position: relative; top: 190px;"><tr><td valign=top width=800px height=140px><center><font size=3px><b>Rookies</b></font></center><br>';
			}
			else
			{
someVarMiddle3 += '<table style="position: relative; top: 200px;"><tr><td valign=top width=800px height=160px><center><font size=3px><b>Rookies</b></font></center><br>';				
			}

 for (i=16;i<whovar.length;i++)
  {
  if (whovar[i].nodeType==1)
    { 
			if(navigator.appName == 'Microsoft Internet Explorer')
			{
	  someVarMiddle3 += '<div id='+i+' style="height:180px;width:800px;">';
			}
			else
			{
	  someVarMiddle3 += '<div id='+i+' style="height:160px;width:800px;">';				
			}
	  var myTempVar2 = picturevar[i].childNodes[0].nodeValue;

	someVarMiddle3 += '<img src="global_images/gauntlet/'+myTempVar2+'.jpg" onClick=javascript:myRookiesFunc();javascript:myInsertQt("'+myTempVar2+'","'+i+'"); style="cursor:pointer;cursor:hand;" height="120" width="160">';

			if(navigator.appName == 'Microsoft Internet Explorer')
			{
		someVarMiddle3 += '<div style="position:relative; top:-120px; left:180px; height:180px;">'+whovar[i].childNodes[0].nodeValue+'</div></div>';
			}
			else
			{
		someVarMiddle3 += '<div style="position:relative; top:-120px; left:180px; height:200px;">'+whovar[i].childNodes[0].nodeValue+'</div></div>';
			}

	 }
  }

someVarMiddle3 +='</td></tr></table>';
someVarEnd3 += '</div>';
someVarEnd3 += '</div>';
  someVarAll3 = someVarStart3 + someVarMiddle3 + someVarEnd3;
  theDiv.innerHTML = someVarAll3;

}