// easing function: expo-, bounce-, elas-, back-
jQuery(function(){
jQuery("div.svw2").prepend("
");
});
var j = 0;
jQuery.fn.slideView = function(settings) {
settings = jQuery.extend({
easeFunc: "easeInOutExpo",
easeTime: 750,
autoPlay:7000,
toolTip: false
}, settings);
return this.each(function(){
var container = jQuery(this);
//container.find("img.ldrgif").remove();
container.find("img.ldrgif").fadeOut();
// next - prev button
container.prepend("