$(document).ready(function(){


// here you can see the slide options I used in the demo page. depending on the id of the slider a different setup gets activated
$('#frontpage-slider').aviaSlider({slideControlls: 'items'});

});


