<!--
var slideShowSpeed = 5000
var crossFadeDuration = 5
var Pic = new Array()
var Text = new Array()
if (document.location.href.toLowerCase().indexOf("index.html") > 0 || document.location.href.toLowerCase() == "http://www.blindfaithranch.com/")
{
Pic[0] = 'images/imgCabinFront.gif'
Text[0] = 'Stay in one of our 6 spacious Cajun Cabins available for Rental'
Pic[1] = 'images/imgFishing.gif'
Text[1] = 'Some of the Best Fishing the Red River has to Offer'
Pic[2] = 'images/imgAcreage.gif'
Text[2] = 'Over 80 Acres of Scenic Nature to Admire'
Pic[3] = 'images/imgCabinBack.gif'
Text[3] = 'Each Cabin Sleeps 6 Comfortably'
Pic[4] = 'images/imgCookOutHouse.gif'
Text[4] = 'Outside Facility for Gatherings'
Pic[5] = 'images/imgNatureTrail.gif'
Text[5] = 'Take a Relaxing Stroll down one of our many Walking Trails'
Pic[6] = 'images/imgAdamCade.gif'
Text[6] = 'Conjure up Imaginative Stories'
Pic[7] = 'images/imgRavine.gif'
Text[7] = 'Explore Ravines once used by the Caddo Indians'
Pic[8] = 'images/imgNatureTrail2.gif'
Text[8] = 'Explore Walking Trails once used by the Caddo Addai and Natchitoches Indians'
Pic[9] = 'images/imgScenery.gif'
Text[9] = 'Spend Time in our Quiet, Relaxing Country Environment'
}
if (document.location.href.toLowerCase().indexOf("barrelhorses.html") > 0)
{
Pic[0] = 'images/imgStableOutside.gif'
Text[0] = 'Luxurious 14 Stall Stable'
Pic[1] = 'images/imgStableInside.gif'
Text[1] = 'Each Stall Has its own Permanent Fan, Water and Feed Buckets'
Pic[2] = 'images/imgStableHayRoom.gif'
Text[2] = 'Fully Stocked Hay Room'
Pic[3] = 'images/imgStableHorsesInStalls.gif'
Text[3] = 'Say Hello To Some of our Guests'
Pic[4] = 'images/imgHorseExercise.gif'
Text[4] = 'It is not always Rest and Relaxation for our Equines'
Pic[5] = 'images/imgArena.gif'
Text[5] = 'Our Lighted Arena is located right on the banks of Bayou Pierre'
}
if (document.location.href.toLowerCase().indexOf("cabinrental.html") > 0)
{
Pic[0] = 'images/imgCabinFront.gif'
Text[0] = 'Blind Faith Ranch has 6 Cabins for Rent'
Pic[1] = 'images/imgCabinBack.gif'
Text[1] = 'Each Cabin has a Front and Back Porch'
Pic[2] = 'images/imgCabinKitchen.gif'
Text[2] = 'All Cabins have a Full Kitchen with Appliances and Accessories...'
Pic[3] = 'images/imgCabinInside.gif'
Text[3] = '... And a Sofa Sleeper which sleeps two comfortably'
Pic[4] = 'images/imgWesternCabinTwin.gif'
Text[4] = 'All Cabins have 2 Twin Beds Upstairs'
Pic[5] = 'images/imgWesternCabinQueen.gif'
Text[5] = 'Primary Bedroom has a Queen-Sized Bed for Comfort'
Pic[6] = 'images/imgBoatLaunch.gif'
Text[6] = 'Private Boat Launch on Bayou Pierre for Quick Access to the Red River'
Pic[7] = 'images/imgCookOutHouse.gif'
Text[7] = 'Cook Out Facility Complete with Charcoal Grill'
}
var t
var j = 0
var p = Pic.length

var preLoad = new Array()
for (i = 0; i < p; i++){
   preLoad[i] = new Image()
   preLoad[i].src = Pic[i]
}

function CheckSlideShow()
{
  if (document.location.href.toLowerCase().indexOf("index.html") > 0 || document.location.href.toLowerCase().indexOf("barrelhorses.html") > 0 || document.location.href.toLowerCase().indexOf("cabinrental.html") > 0 || document.location.href.toLowerCase() == "http://www.blindfaithranch.com/")
  	runSlideShow();
}

function runSlideShow()
{
//   ri = Math.round(Math.random() * (Pic.length - 1));
   if (document.all)
   {
      document.images.SlideShow.style.filter="blendTrans(duration=2)"
      document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"
      document.images.SlideShow.filters.blendTrans.Apply()      
   }
   document.images.SlideShow.src = preLoad[j].src
   document.all.pictureText.innerHTML = Text[j]
   if (document.all)
   {
      document.images.SlideShow.filters.blendTrans.Play()
   }
   j = j + 1
   if (j > (p-1)) j=0
   t = setTimeout('runSlideShow()', slideShowSpeed)
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->

<!--

function random_imglink(numImages)
{
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="images/lgAlemite.gif"
myimages[2]="images/lgAnchorFlange.gif"
myimages[3]="images/lgBossDixon.gif"
myimages[4]="images/lgBPS.gif"
myimages[5]="images/lgGoodyear.gif"
myimages[6]="images/lgKIP.gif"
myimages[7]="images/lgAtlasCylinders.gif"
myimages[8]="images/lgHedland.jpg"
myimages[9]="images/lgLoc.gif"
myimages[10]="images/lgColderProducts.jpg"
myimages[11]="images/lgWika.gif"
myimages[12]="images/lgBanjo.gif"
//myimages[16]="images/lgAnchorFP.gif"

//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="LineCard.html#Alemite"
imagelinks[2]="LineCard.html#AnchorFlange"
imagelinks[3]="LineCard.html#BossDixon"
imagelinks[4]="LineCard.html#BPS"
imagelinks[5]="LineCard.html#GoodYear"
imagelinks[6]="LineCard.html#KIP"
imagelinks[7]="LineCard.html#AtlasCylinders"
imagelinks[8]="LineCard.html#Hedland"
imagelinks[9]="LineCard.html#Loctite"
imagelinks[10]="LineCard.html#ColderProducts"
imagelinks[11]="LineCard.html#Wika"
imagelinks[12]="LineCard.html#Banjo"
//imagelinks[16]="LineCard.html#AnchorFlange"


var a = new Array(numImages); // create array of chosen length 
var isNotUnique = true; 
for (i = 0; i < a.length; i++)
{ 
	while (isNotUnique)
	{ 
		ry = Math.round(Math.random() * (myimages.length - 1)); // random # from 0 to range 
		if (ry == 0)
		{
			ry = 1
		}
		isNotUnique = false; 
		for (aj = 0; aj < i; aj++)
		{ 
			if (ry == a[aj]) 
			{ 
				isNotUnique = true; 
				break; 
			} 
		} 
	} 
a[i] = ry; 
isNotUnique = true;
document.write('<tr><td><br><div align="center"><a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a></div></td></tr>')
}
}
//-->