function sarah_slideshow(show, nm)
{
show.timeout = 3000;
show.prefetch = 2;
show.repeat = true;


s = new slide();
s.src =  'http://www.kabayancentral.com/music/viva/vrcds03097.jpg';
s.text = unescape(' Popstar (A Dream Come True)');
s.link = 'http://www.kabayancentral.com/music/viva/mmvrcds03097.html';
s.target = 'KabayanCentral';
s.attr = 'width:1024 height:768';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/music/viva/vrcds04146.jpg';
s.text = unescape(' Sweet Sixteen');
s.link = 'http://www.kabayancentral.com/music/viva/mmvrcds04146.html';
s.target = 'KabayanCentral';
s.attr = 'width:1024 height:768';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/music/viva/vrcds05161.jpg';
s.text = unescape(' Can This Be Love (Sarah Geronimo)');
s.link = 'http://www.kabayancentral.com/music/viva/mmvrcds05161.html';
s.target = 'KabayanCentral';
s.attr = 'width:1024 height:768';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/music/viva/vrcds05185.jpg';
s.text = unescape(' The Other Side Live Album');
s.link = 'http://www.kabayancentral.com/music/viva/mmvrcds05185.html';
s.target = 'KabayanCentral';
s.attr = 'width:1024 height:768';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/music/viva/vrcds-06213.jpg';
s.text = unescape(' Becoming');
s.link = 'http://www.kabayancentral.com/music/viva/mmvrcds06213.html';
s.target = 'KabayanCentral';
s.attr = 'width:1024 height:768';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/music/viva/vrcds07274.jpg';
s.text = unescape(' Taking Flight');
s.link = 'http://www.kabayancentral.com/music/viva/mmvrcds07274.html';
s.target = 'KabayanCentral';
s.attr = 'width:1024 height:768';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/music/viva/vrcds-07274.jpg';
s.text = unescape(' Taking Flight Repackaged');
s.link = 'http://www.kabayancentral.com/music/viva/mmvrcds07274.html';
s.target = 'KabayanCentral';
s.attr = 'width:1024 height:768';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/music/viva/vrcds-08312.jpg';
s.text = unescape(' Just Me');
s.link = 'http://www.kabayancentral.com/music/viva/mmvrcds08312.html';
s.target = 'KabayanCentral';
s.attr = 'width:1024 height:768';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/music/star/1220568-2.jpg';
s.text = unescape(' Little Big Superstar');
s.link = 'http://www.kabayancentral.com/music/star/mm12205682.html';
s.target = 'KabayanCentral';
s.attr = 'width:1024 height:768';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);


if (false) show.shuffle();
show.preamble(nm,show.slides[0].image);
show.tail(nm+"text");
show.image=document.images.sarahIMG;
show.show(nm+"text");

}
