/**
 * @author brandon
 */
// no conflicts with other frameworks
var $j = jQuery.noConflict();

$j(function()
{
	$j('#rotate').cycle({ 
    	fx: 'fade' 
	});
	//embed swf files
	$j('.media').media( { width: 129, height: 427, autoplay: false, type: 'swf' } );
	
	
//close
});
