function myquotes(thisPage) {

images = new Array(2);

images[0] = "<a href\=\"page.php\?p\=personal-development-coaching\"><img src=\"images\/newcls-side1.jpg\" width=\"208\" height=\"236\" border=\"0\"><\/a>";

images[1] = "<a href\=\"page.php\?p\=personal-development-coaching\"><img src=\"images\/newcls-side1.jpg\" width=\"208\" height=\"236\" border=\"0\"><\/a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

}
