$(document).ready(function(){  

					
			$('ul#portfolio').animatedinnerfade({
						speed: 2000,
						timeout: 5000,
						type: 'random',
						containerheight: '526px',
						containerwidth: '840px',
						animationSpeed: 5000,
						animationtype: 'fade',
						bgFrame: 'none',
						controlBox: 'none',
						displayTitle: 'none'
					});

			
			
		});



function disableselect(e){ 
return false 
} 

function reEnable(){ 
return true 
} 

//if IE4+ 
document.onselectstart=new Function ("return false") 
document.oncontextmenu=new Function ("return false") 
//if NS6 
if (window.sidebar){ 
document.onmousedown=disableselect 
document.onclick=reEnable 
} 

