Find this in the script (on your page) and fix the highlighted part.
Code:
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["images/gif/banner/akamas2.jpg", "http://www.polis-realestate.eu/polis.htm", "_new"] //plain image syntax
fadeimages[1]=["images/gif/banner/cbv2.jpg", "http://www.polis-realestate.eu/villasforrent/christinabeach.htm", "_new"] //image with link syntax
fadeimages[2]=["images/gif/banner/cv2.jpg", "http://www.polis-realestate.eu/villasforrent/christina.htm", "_new"] //image with link and target syntax
fadeimages[3]=["images/gif/banner/dimitria2.jpg", "http://www.polis-realestate.eu/villasforrent/dimitria.htm", "_new"] //image with link and target syntax
fadeimages[4]=["images/gif/banner/kolectivavillas009s2.jpg", "http://www.polis-realestate.eu/villasforrent/kolectivavilla1.htm", "_new"] //image with link and target syntax
fadeimages[5]=["images/gif/banner/loura2.jpg", "http://www.polis-realestate.eu/villasforrent/loura3.htm", "_new"] //image with link and target syntax
fadeimages[5]=["images/gif/banner/river.jpg", "http://www.polis-realestate.eu/villasforrent/riverview.htm", "_new"] //image with link and target syntax
fadeimages[7]=["images/gif/banner/savvas2.jpg", "http://www.polis-realestate.eu/villasforrent/savvasvilla1.htm", "_new"] //image with link and target syntax
Change the 5 to a 6 and you should be fixed.
Hope this helps.
Edit: Sorry kuau, posted at the same time.
Bookmarks