// JavaScript Document
// Banner Rotations
function createSlideShow(obj){
new fadeSlideShow(obj);
}
jQuery(document).ready(function($){document.getElementById('seminar_rotation').innerHTML = '
';});
setTimeout(function(){createSlideShow({
wrapperid: "items_rotation", //ID of blank DIV on page to house Slideshow
dimensions: [200, 209], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["/uploads/homerotation/image.php?width=265&height=132&image=/uploads/homerotation/Kaufman Mutt Puzzle box.jpg", "/product/", "", ""],
["/uploads/homerotation/image.php?width=265&height=132&image=/uploads/homerotation/Picture CATEGORIES box pic.jpg", "/product/", "", ""],
["/uploads/homerotation/image.php?width=265&height=132&image=/uploads/homerotation/Kaufman Workout small.jpg", "/product/", "", ""],
["/uploads/homerotation/image.php?width=265&height=132&image=/uploads/homerotation/LS 4 boxes pic.jpg", "/product/", "", ""],
["/uploads/homerotation/image.php?width=265&height=132&image=/uploads/homerotation/EET Kit pic.jpg", "/product/", "", ""],
["/uploads/homerotation/image.php?width=265&height=132&image=/uploads/homerotation/Kaufman Kit 1 new pic.jpg", "/product/", "", ""]
],
displaymode: {type:'auto', pause:4500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})},750*0);
jQuery(document).ready(function($){document.getElementById('ecourse_rotation').innerHTML = '
';});