Southern Vermont Real Estate
Welcome to my Real Estate website. My name is Barbara Hand Kingery. I am a REALTOR in Southern Vermont and my office, Re/Max Star Properties, is in Manchester Center.
Are you interested in buying? Just click on the Vermont Real Estate button (above) to see available listings in the towns of Manchester, Dorset, Pawlet, Peru, Rupert, Arlington, Sunderland, Shaftsbury, Sandgate, Landgrove, Winhall, Bondville, Weston and Londonderry, as well as Stratton and Bromley Mountains. I can sell all properties in Southern Vermont because I have access to MLS (Multiple Listing Service) and I work closely with all southern Vermont Real Estate offices.
See my Tips on Buying
Are you thinking of selling? One of the most important factors in selling your house, condo, or land is marketing. Because I have lived here for 30+ years, I am very familiar with the distinctive aspects of these southern Vermont towns: Manchester Village and Manchester Center, Dorset and East Dorset, Arlington and East Arlington, Sunderland, Sandgate, Shaftsbury, Winhall and Peru, Bondville and Stratton, Londonderry and South Londonderry, Landgrove, Pawlet, Rupert, and Danby.
See my Tips on Selling
View my Vermont Views
|
";
Title[0] = "Terrific workmanship throughou...";
ListingType[1] = "Home";
ListingNum[1] = "2807252";
Pic[1] = "http://www.remax-star.com//codebase/thumbnail/thumbnail.aspx?w=209&path=/user_data/listings/2807252/fl974haa.jpg";
Title[1] = "Nice Cape on 2 + acres with a<...";
ListingType[2] = "Home";
ListingNum[2] = "2808310";
Pic[2] = "http://img.magicidx.com/br_images//thumbnail/thumbnail.aspx?w=209&path=/br_images/residential/VREIN2808310.jpg";
Title[2] = "Are you looking for Manchester...";
ListingType[3] = "Land";
ListingNum[3] = "2810816";
Pic[3] = "http://img.magicidx.com/br_images//thumbnail/thumbnail.aspx?w=209&path=/br_images/lot/VREIN2810816.jpg";
Title[3] = "Privacy, views, peace<...";
ListingType[4] = "Home";
ListingNum[4] = "2510831";
Pic[4] = "http://www.remax-star.com//codebase/thumbnail/thumbnail.aspx?w=209&path=/user_data/listings/2510831/bk800ha.jpg";
Title[4] = "Neat as a pin, well cared<...";
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 runSlideShow(){
if (document.all && document.images.SlideShow)
{
document.images.SlideShow.style.filter="blendTrans(duration=2)"
document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"
document.images.SlideShow.filters.blendTrans.Apply()
}
if(document.images.SlideShow)
document.images.SlideShow.src = preLoad[j].src
// switch in the new image and values
if(document.forms["RotatorForm"])
{
document.forms["RotatorForm"].listing_type.value = ListingType[j];
document.forms["RotatorForm"].listing_num.value = ListingNum[j];
}
// set the title and price
if(document.getElementById("RotatorTitle"))
document.getElementById("RotatorTitle").innerHTML = "<" + "b>" + Title[j] + "<" + "/b>";
if(document.getElementById("RotatorPrice"))
document.getElementById("RotatorPrice").innerHTML = "<" + "b>Price:<" + "/b> " + Price[j];
// set the description
if(document.getElementById("RotatorDesc"))
{
if(Desc[j] == "")
document.getElementById("RotatorDesc").innerHTML = "";
else
document.getElementById("RotatorDesc").innerHTML = "<" + "b>Description:<" + "/b> " + Desc[j];
}
// start the blend filter
if(document.all)
{
document.images.SlideShow.filters.blendTrans.Play()
}
// set the timer
j = j + 1
if (j > (p-1)) j=0
t = setTimeout('runSlideShow()', slideShowSpeed)
}
function VisitFeaturedListing()
{
window.location.href="/view/details.asp?br=False&type=" + document.forms["RotatorForm"].listing_type.value +
"&listing_num=" + document.forms["RotatorForm"].listing_num.value;
}
// -->
|