// JavaScript Document
//By: Rottenapple www.yufellcore.com
$(document).ready( 
				  function(){
					  $('#news').innerfade({
										   animationtype: 'slide',
										   speed: 750,
										   timeout: 2000,
										   type: 'random',
										   containerheight: '1em' 
										   });
					  $('ul#banner_main').innerfade({ 
												speed: 'slow',
												timeout: 7000,
												type: 'sequence',
												containerheight: '220px'
												}); 
					  $('.featured_sites').innerfade({ 
										   speed: 'slow',
										   timeout: 3000,
										   type: 'sequence',
										   containerheight: '1.5em'
										   });
					  } 
					); 
