
var j = jQuery.noConflict();
j(document).ready(function($){

	// Clickable Logo
    $().clickableLogo('Illinois Pork Producers Association');

	// Sponsor Box
    $().sponsorBox();

	// Rotating Banner
    $().slideshow('rotating-header');
    
});
