NewImg = new Array ('http://photos.sierrainteractivemls.com/4/mlspics/4_201003679_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201003057_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201001871_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_200907971_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201002317_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201000455_01.jpg','http://photos.sierrainteractivemls.com/3/mlspics/3_1256494_427500.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201004195_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201005505_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201004367_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201005976_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201005542_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_200907972_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201005507_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201005933_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201002886_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201005730_01.jpg','http://photos.sierrainteractivemls.com/4/mlspics/4_201002917_01.jpg');
NewCap = new Array ('$279,000
Bedrooms: 4 / Baths: 3
Square Feet: 3690
This is a spectacular custom country home located in its own private world. The long paved blacktop road reveals a beautiful three story Victorian ...
View Details','$125,000
Bedrooms: 3 / Baths: 2
Square Feet: 2031
Wheres Ward Cleaver? This beautiful totally refurbished home could be the outstanding home in any community. It has the classic style of the American ...
View Details','$86,900
Bedrooms: 3 / Baths: 2
Square Feet: 1300
This is the perfect place to live in the county & be close to town. Only 2 miles south of Salem right off of Hwy 60 is this great little homesite ...
View Details','$19,900
Bedrooms: 2 / Baths: 1
Square Feet: 912
REO. Needs work. Make offer. Sq ft & rm sz approx.
View Details','$159,900
Bedrooms: 3 / Baths: 2
Square Feet: 1600
This little farm is a rare find. It has both mature woods & a beautiful fenced pasture. The home is Amish built & made to look like an old farm house ...
View Details','$127,900
Bedrooms: 3 / Baths: 2
Square Feet: 1350
A new house on a beautiful .8 acre lot in the country. This home is about 6 miles south of Salem & eight miles north of Palmyra, IN. This home ...
View Details','$140,000
Bedrooms: 3 / Baths: 2
Square Feet: 1409
COMPLETE RENOVATION JUST FINISHED! You must see this better than new home. This home was gutted and refurbished. From the moment you walk in the ...
View Details','$116,900
Bedrooms: 3 / Baths: 1
Square Feet: 1224
New Construction in Sellersburg at a Great Price! Come check out this brand new 3 bedroom, 2 bathroom home in Sellersburg with an open floor plan ...
View Details','$107,500
Bedrooms: 3 / Baths: 2
Square Feet: 1378
This newly remodeled home sits on one of the nicest lots in Old Clarksville. It runs the length of the block it sits on & has ample room for a new ...
View Details','$269,000
Bedrooms: 3 / Baths: 2
Square Feet: 2768
Gorgeous Custom Contemporary Home - Excellent Condition, Like New! 2,500 sqft., All designer brick Home, 3-4 bed/2 bath, Grand Entry, Vaulted ...
View Details','$274,900
Bedrooms: 4 / Baths: 4
Square Feet: 2719
This fantastic home is located in one of the most desired locations in Floyds Knobs. It features a huge master bedroom & bath located on the first ...
View Details','$399,900
Bedrooms: 3 / Baths: 3
Square Feet: 2663
This is a stunning custom home on over 1.5 acres bordering Valley View Golf Course. The home was a previous winner of Image Award of Southern Indiana....
View Details','$19,900
Bedrooms: 3 / Baths: 2
Square Feet: 1480
Sq ft & rm sz approx.
View Details','$87,900
Bedrooms: 2 / Baths: 1
Square Feet: 875
Can you say Perfect Location? This beautifully restored bungalow in Old Clarksville is only 5 mins from both downtown Louisville & Clarksville ...
View Details','$69,900
Bedrooms: 2 / Baths: 1
Square Feet: 768
Investment property or a beginner home. This home is on a corner lot on Grantline & Klerner, right across the street from IUS. It could be renovated ...
View Details','$118,900
Bedrooms: 4 / Baths: 1
Square Feet: 1800
Have your signing pen handy! This well maintained and updated home has just what you want. This home boasts hardwood floors throughout most of the ...
View Details','$154,900
Bedrooms: 4 / Baths: 3
Square Feet: 3100
INVESTORS and HISTORICAL HOME LOVERS take notice! Here is a great property on Mansion Row that is currently a triplex, but can be converted for ...
View Details','$93,900
Bedrooms: 2 / Baths: 2
Square Feet: 1100
If you are ready to fall in love with a home look no further! This tastefully updated 1920s era home was recently updated within the last few years ...
View Details');
var preLoad = new Array()
for (i = 0; i < NewImg.length; i++)
{
preLoad[i] = new Image()
preLoad[i].src = NewImg[i]
}
/* Slideshow Functions */
var ImgNum = 0;
var ImgLength = preLoad.length - 1;
var delay = 7000; //Time delay between Slides in milliseconds
var tmpDelay = 10000; // temp delay when user clicks on a photo
var lock = false;
var run;
var autoPlay = false;
var iPlayed = 0;
function chgImg(direction)
{
var oSlideshowPic = document.getElementById('slideshow')
var oSlideshowCap = document.getElementById('slideshowCap')
if (iPlayed > 10)
{
lock = false;
autoPlay = false;
window.clearInterval(run);
}
else
{
if (document.images)
{
ImgNum = ImgNum + direction;
if (ImgNum > ImgLength)
{
ImgNum = 0;
iPlayed = iPlayed + 1
}
if (ImgNum < 0)
{
ImgNum = ImgLength;
}
if (document.all)
{
oSlideshowPic.style.filter = "blendTrans(duration=2)"
oSlideshowPic.style.filter = "blendTrans(duration=crossFadeDuration)"
oSlideshowPic.filters.blendTrans.Apply()
oSlideshowCap.style.filter = "blendTrans(duration=2)"
oSlideshowCap.style.filter = "blendTrans(duration=crossFadeDuration)"
oSlideshowCap.filters.blendTrans.Apply()
}
oSlideshowPic.src = preLoad[ImgNum].src;
oSlideshowCap.innerHTML = NewCap[ImgNum];
if (document.all)
{
oSlideshowPic.filters.blendTrans.Play()
oSlideshowCap.filters.blendTrans.Play()
}
}
}
}
function auto()
{
if (lock == true)
{
lock = false;
autoPlay = false;
window.clearInterval(run);
run = setInterval("auto()", tmpDelay);
}
else if (lock == false)
{
lock = true;
autoPlay = true;
run = setInterval("chgImg(1)", delay);
}
}
function showPicture(whichDir)
{
var oSlideshowPic = document.getElementById('slideshow')
var oSlideshowCap = document.getElementById('slideshowCap')
lock = false;
autoPlay = false;
window.clearInterval(run);
if (whichDir == '+')
{
if (ImgNum == ImgLength)
{
ImgNum = 0
}
else
{
ImgNum = ImgNum + 1
}
}
else
{
if (ImgNum == 0)
{
ImgNum = ImgLength
}
else
{
ImgNum = ImgNum - 1
}
}
if (autoPlay == true) {auto()}
if (document.all)
{
oSlideshowPic.style.filter = "blendTrans(duration=2)"
oSlideshowPic.style.filter = "blendTrans(duration=crossFadeDuration)"
oSlideshowPic.filters.blendTrans.Apply()
oSlideshowCap.filter = "blendTrans(duration=2)"
oSlideshowCap.style.filter = "blendTrans(duration=crossFadeDuration)"
oSlideshowCap.filters.blendTrans.Apply()
}
oSlideshowPic.src = preLoad[ImgNum].src;
oSlideshowCap.innerHTML = NewCap[ImgNum];
if (document.all)
{
oSlideshowPic.filters.blendTrans.Play()
oSlideshowCap.filters.blendTrans.Play()
}
}
auto();
/*Output HTML - Escape any double quotes used */
document.write("