<!--
//slide interval in mili seconds
var slidespeed=15000
var fadeimages=new Array()
	fadeimages[0]="images/test1.jpg"
	fadeimages[1]="images/test2.jpg"
	fadeimages[2]="images/test3.jpg"

//specify corresponding links
var imglinks=new Array()
	imglinks[0]=""
	imglinks[1]=""
	imglinks[2]=""

//specify corresponding Text
var textlinks=new Array()
	textlinks[0]="Working with Peter, I bought three building plots, all of which have risen significantly in value within the last 12 months. Our next objective is begin the building of an Arthur Rutenburg home, financed in part by the sale of two of my plots. His knowledge of the market, plus his partner base have proven invaluable. - Roger T. ( Cornwall, England.)"
	textlinks[1]="I was looking to buy my own property after years of renting, but with bad credit, I really struggled. Peter showed me how to improve my credit, and introduced me to several of his partner businesses. I managed to buy a house and 12 months later my credit score is way up and the value of my house has almost doubled. - Gabriel C. ( Winterhaven , Florida )"
	textlinks[2]="Peter helped us buy our first ever home. As a newly married couple, we thought we would be saving for years. With his help, he negotiated a great deal for us, with instant equity, no HOA fees for two years and no closing costs. - Steve F. ( Orlando , Florida. )"

var imageholder=new Array()
var textholder=new Array()
var ie55=window.createPopup
for (i=0;i<fadeimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=fadeimages[i]
textholder[i]=new String() 
textholder[i].src=textlinks[i]
}
function gotoshow(){
window.location=imglinks[whichlink]
}
//-->