<!-- //
function createNewTestimonialAdvert() 
	{
    this.testimonialWidth1 = ''
   	this.testimonialHeight1 = ''
    this.testimonialSrc1 = ''
    this.testimonialBorder1 = ''
	}
	
testimonialAdverts = new Array()
for(var i=1; i<=5; i++) 
	{ 
	testimonialAdverts[i] = new createNewTestimonialAdvert() 
	}

testimonialAdverts[1].testimonialWidth1 = "367"
testimonialAdverts[1].testimonialHeight1 = "92"
testimonialAdverts[1].testimonialSrc1 = "../images/bottom_ad_left.jpg"
testimonialAdverts[1].testimonialBorder1 = "0"


testimonialAdverts[2].testimonialWidth1 = "367"
testimonialAdverts[2].testimonialHeight1 = "92"
testimonialAdverts[2].testimonialSrc1 = "../images/bottom_ad_left2.jpg"
testimonialAdverts[2].testimonialBorder1 = "0"


testimonialAdverts[3].testimonialWidth1 = "367"
testimonialAdverts[3].testimonialHeight1 = "92"
testimonialAdverts[3].testimonialSrc1 = "../images/bottom_ad_left3.jpg"
testimonialAdverts[3].testimonialBorder1 = "0"


testimonialAdverts[4].testimonialWidth1 = "367"
testimonialAdverts[4].testimonialHeight1 = "92"
testimonialAdverts[4].testimonialSrc1 = "../images/bottom_ad_left4.jpg"
testimonialAdverts[4].testimonialBorder1 = "0"


testimonialAdverts[5].testimonialWidth1 = "367"
testimonialAdverts[5].testimonialHeight1 = "92"
testimonialAdverts[5].testimonialSrc1 = "../images/bottom_ad_left.jpg"
testimonialAdverts[5].testimonialBorder1 = "0"


var n = Math.random() + ''
n = parseInt(n.charAt(5))
if(n >5) 
	{
    n = n - 5
	}
else if(n==0) 
	{
    n = n + 5
	}
n += ""

var testimonialAdvertImage = testimonialAdverts[n]
var testimonialAdvertPlace = ""
testimonialAdvertPlace += "<a href='http://www.just-dial.com/pages/customer_comments.asp'><img src='" + testimonialAdvertImage.testimonialSrc1 + "' width='" + testimonialAdvertImage.testimonialWidth1 + "' height='" + testimonialAdvertImage.testimonialHeight1 + "' border='" + testimonialAdvertImage.testimonialBorder1 + "'></a>"
// -->
