$(function(){
$.fn.supersized.options = {
startwidth: 1280,
startheight: 853,
minsize: .50,
slideshow: 0,
slideinterval: 15000
};
$('#supersize').supersized();
});
$(function() {
$("#1").lavaLamp({
fx: "backout",
speed: 700,
click: function(event, menuItem) {
}
});
});
$(document).ready(
function(){
$('.news').innerfade({
animationtype: 'slide',
speed: 1000,
timeout: 6000,
type: 'sequence',
containerheight: '1.2em'
});
});
