fc = function(){
    this.tween('opacity', 0);
}
moveEyes = function(){
					$('eyess').fade('out');
					fa.delay(750,$('eyess'));
}
	eyeTimer = setInterval('moveEyes()', 3000);