<!-- Minus AutoDato -->
// Set the slideshow speed (in milliseconds)
var SlideShowSpeed = 5000;

// Set the duration of crossfade (in seconds)
var CrossFadeDuration = 3;

var Picture = new Array(); // don't change this
var Caption = new Array(); // don't change this

Picture[1]  = 'http://www.Dalton-Homes.com/images/three.jpg';
Picture[2]  = 'http://www.Dalton-Homes.com/images/h128.jpg';
Picture[3]  = 'http://www.Dalton-Homes.com/images/fortmt2.jpg';
Picture[4]  = 'http://www.Dalton-Homes.com/images/lake.jpg';
Picture[5]  = 'http://www.Dalton-Homes.com/h104/gw-431.jpg';
Picture[6]  = 'http://www.Dalton-Homes.com/images/courthouse2.jpg';
Picture[7]  = 'http://www.Dalton-Homes.com/images/race1.jpg';
Picture[8]  = 'http://www.Dalton-Homes.com/images/h124.jpg';
Picture[9]  = 'http://www.Dalton-Homes.com/images/autumn.jpg';
Picture[10] = 'http://www.Dalton-Homes.com/images/field.jpg';
Picture[11] = 'http://www.Dalton-Homes.com/h109/main-432.jpg';
Picture[12] = 'http://www.Dalton-Homes.com/images/air-dalton.jpg';
Picture[13] = 'http://www.Dalton-Homes.com/images/fortmt1.jpg';
Picture[14] = 'http://www.Dalton-Homes.com/pictures/Image6.jpg';
Picture[15] = 'http://www.Dalton-Homes.com/images/lake2.jpg';
Picture[16] = 'http://www.Dalton-Homes.com/images/house.jpg';
Caption[1]  = "Welcome to Dalton-Homes.com";
Caption[2]  = "3,600 sf&nbsp;&nbsp;|&nbsp;&nbsp;2 homes in 1&nbsp;&nbsp;|&nbsp;&nbsp;11 Acres&nbsp;&nbsp;|&nbsp;&nbsp;Fantastic View";
Caption[3]  = "Fort Mountain State Park - Only 30 minutes from Dalton, Georgia";
Caption[4]  = "Carter's Lake | 3,000 Acres | Boating, Fishing & Camping | 30-min. from Dalton";
Caption[5]  = "2,560 sf&nbsp;&nbsp;|&nbsp;&nbsp;3 Over-sized BRs&nbsp;&nbsp;|&nbsp;&nbsp;Spacious Living Room&nbsp;&nbsp;|&nbsp;&nbsp;Huge Deck & Pool ";
Caption[6]  = "Dalton's new courthouse - Come grow with us!";
Caption[7]  = "2007 Tour de Georgia";
Caption[8]  = "4 Bedrooms | Spacious Living Rm | Great Location";
Caption[9]  = "The Dalton area has an abundance of beautiful streams and hiking trails";
Caption[10] = "Need a home with acreage? We can help!";
Caption[11] = "Looking for a great condominium or town home?";
Caption[12] = "Dalton is located 25-min. south of Chattanooga TN & 60-min. north of Atlanta";
Caption[13] = "Grassy Mt. | Swimming, Picnicking, Fishing & Camping | 30-min. from Dalton";
Caption[14] = "A Southern Charmer";
Caption[15] = "Lake Allatoona | 12,010 Acres | Camping, Boating, Fishing, Marinas & Parks";
Caption[16] = "Investment property to Luxury Estate, we can help you find the perfect home.";
// =====================================
// Do not edit anything below this line!
// =====================================
var tss;
var iss;
var yss = 1;
var pss = Picture.length-1;
var preLoadM = new Array();
for (iss = 1; iss < pss+1; iss++){
preLoadM[iss] = new Image();
preLoadM[iss].src = Picture[iss];}


