<?xml version="1.0" encoding="utf-8" ?> 
<root>
<bot name="Photorevolt.com Slideshow (G)" deleteAfterDays="5">
<![CDATA[

var text=slideshow.DownloadText("http://www.photorevolt.com/public/feed/photorevolt_g.sidebar");
var re = new RegExp("\<slide src=\"([^\"]+)\" id=\"([^\"]+)\" title=\"([^\"]+)\"\>","g");               
var arr;
while ((arr = re.exec(text)) != null)
   {
    slideshow.AddImage("http://www.photorevolt.com/"+arr[1], "http://www.photorevolt.com/foto_id_"+arr[2]+".html", arr[3]);
   }

]]>
</bot>
</root>