var mycarousel_itemList = [ {html: '

Casetta Mattei

wohnung Casetta Mattei

wohnung

€ 285.000

'}, {html: '

Portuense

wohnung Portuense

wohnung

€ 1.200

'}, {html: '

Furio Camillo

shop Furio Camillo

shop

€ 110.000

'}, {html: '

Pisana

wohnung Pisana

wohnung

€ 239.000

'}, {html: '

Monteverde

wohnung Monteverde

wohnung

€ 1.500

'}, {html: '

Portuense

wohnung Portuense

wohnung

€ 170.000

'}, {html: '

Monteverde

wohnung Monteverde

wohnung

€ 1.200

'}, {html: '

Campo Ascolano - Villaggio Tognazzi

wohnung Campo Ascolano - Villaggio Tognazzi

wohnung

€ 159.000

'}, {html: '

San Saba

wohnung San Saba

wohnung

€ 650.000

'}, {html: '

Portuense

wohnung Portuense

wohnung

€ 850

'}, {html: '

Case Rosse

wohnung Case Rosse

wohnung

€ 179.000

'}, {html: '

Casetta Mattei

wohnung Casetta Mattei

wohnung

€ 285.000

'}, {html: '

Pineta Sacchetti

wohnung Pineta Sacchetti

wohnung

€ 359.000

'}, {html: '

Casetta Mattei

wohnung Casetta Mattei

wohnung

€ 480.000

'}, {html: '

Portuense

wohnung Portuense

wohnung

€ 360.000

'}, {html: '

Gregorio VII

wohnung Gregorio VII

wohnung

€ 449.000

'}, {html: '

Colli Portuensi

penthouse Colli Portuensi

penthouse

€ 760.000

'}, {html: '

Portuense

wohnung Portuense

wohnung

€ 360.000

'}, {html: '

Pisana

wohnung Pisana

wohnung

€ 239.000

'}, {html: '

Colli Portuensi

wohnung Colli Portuensi

wohnung

€ 549.000

'} ]; function mycarousel_itemVisibleInCallback(carousel, item, i, state, evt) { // The index() method calculates the index from a // given index who is out of the actual item range. var idx = carousel.index(i, mycarousel_itemList.length); carousel.add(i, mycarousel_getItemHTML(mycarousel_itemList[idx - 1])); }; function mycarousel_itemVisibleOutCallback(carousel, item, i, state, evt) { carousel.remove(i); }; function mycarousel_getItemHTML(item) { return item.html; }; jQuery(document).ready(function() { jQuery('#mycarousel').jcarousel( { auto: 3, scroll: 1, wrap: 'circular', itemVisibleInCallback: {onBeforeAnimation: mycarousel_itemVisibleInCallback}, itemVisibleOutCallback: {onAfterAnimation: mycarousel_itemVisibleOutCallback} }); });