$(document).ready(function(){
$('.image_area').simple_js_xml_slideshow({
container: ".sjxs_sliding_content",
xml_url: "image.xml",
transition_time: 8,
transition_speed: 5000,
transition: "fade",
show_loading: "false",
random_start: "false",
stop_on_click: "false",
include_prev_next: "false"
});
});
