// JavaScript Document

$(document).ready(function(){
	$("#havo").animate({ 
		width: "100%"
	}, 1500 );

	$("#hbo").animate({ 
		width: "100%"
	}, 1500 );
	
	$("#xhtmlcss").animate({ 
		width: "100%"
	}, 1500 );

	$("#php").animate({ 
		width: "90%"
	}, 1500 );

	$("#js").animate({ 
		width: "90%"
	}, 1500 );

	$("#sql").animate({ 
		width: "85%"
	}, 1500 );

	$("#illustrator").animate({ 
		width: "60%"
	}, 1500 );

	$("#photoshop").animate({ 
		width: "60%"
	}, 1500 );

	$("#xml").animate({ 
		width: "55%"
	}, 1500 );

	$("#java").animate({ 
		width: "10%"
	}, 1500 );

	$("#silverlight").animate({ 
		width: "15%"
	}, 1500 );

	$("#flash").animate({ 
		width: "10%"
	}, 1500 );
	
	$("#objectiveC").animate({ 
		width: "0%"
	}, 1500 );
	
	$("#english").animate({ 
		width: "90%"
	}, 1500 );
	
	$("#dutch").animate({ 
		width: "100%"
	}, 1500 );
	
	$("#german").animate({ 
		width: "20%"
	}, 1500 );
	
 });
