 jQuery(document).ready(function(){
				
		jQuery('#guestbook').tinyscrollbar({
				sizethumb : 65
			});
			
		jQuery("a.login").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'	    	:	200, 
		'speedOut'	   	:	200,
		'padding'		    :	0,
		'overlayColor'	:	'#000',
		'autoDimensions':	true,
		'scrolling'     : 'no'
		});
		
		jQuery("a.newentry").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'	    	:	200, 
		'speedOut'  		:	200,
		'padding'   		:	0,
		'overlayColor'	:	'#000',
		'autoDimensions':	true,
		'scrolling'     : 'no'
		});
		
		jQuery('.select').selectbox({});

        jQuery(".advertisement").jCarouselLite({
		  auto: 3000,
    	speed: 500,
		  visible: 2
		});

	jQuery('#gbook').tinyscrollbar();
  
	});

function AddSmile(x,D,F){D=document;F=D.getElementById('content');D.selection?(F.focus(),D.selection.createRange().text=x):(F.selectionStart||F.selectionStart===0)?F.value=F.value.substring(0,F.selectionStart)+x+F.value.substring(F.selectionEnd,F.value.length):F.value+=x}

