$(document).ready(function() 
    { 
		init();
    } 
); 

function init(){
	$(window).resize(function() {
	  redimCnt();
	});
	$('.fancy').fancybox();
	
	$('.slideshow').cycle({
		fx: 'fade'
	});

var width=$(document).width()-600;
var height=$(document).height()-300;
var radius=150;
if ($("#pictper5")[0]) {
	height = height / 1.85;
	width=width/1.2;
	radius=130;
}
 $('#tagsphere').tagSphere({
        height: height,
        width: width,
        slower: 0.01,
        radius: radius,
        timer: 50,
		tagCSSOver: {
            border: 'solid 1px #E1E7D2',
            backgroundColor:'#F7F9E7',
			padding:'10px'
        },
		tagCSSOut: {
            border: '',
			backgroundColor:'',
			padding:'10px'
        }
      });
	redimCnt();
}

function redimCnt(){
	var height=$(document).height()-350;
	$("#content")[0].style.height=height + "px";
}

function initcar(){
	
}

