﻿$.bs("/images/back.jpg");


$(function(){


	$("#btnoverlay_hyves").hover(function(){
		$("#btn_hyves").stop().animate({      
   top: "-10px"   }, 200 );
	}, function() {
	 	$("#btn_hyves").stop().animate({    
    top: "0px"    }, 200 );
	});


	$("#btnoverlay_hyves").click(function(){

    window.open("http://kpjwouw.hyves.nl");
    
	});


	$("#btnoverlay_twitter").hover(function(){
		$("#btn_twitter").stop().animate({      
   top: "-10px"   }, 200 );
	}, function() {
	 	$("#btn_twitter").stop().animate({    
    top: "0px"    }, 200 );
	});

	$("#btnoverlay_twitter").click(function(){

    window.open("http://twitter.com/#!/kpjwouw");
    
	});
    


	$("#btnoverlay_facebook").hover(function(){
		$("#btn_facebook").stop().animate({      
   top: "-10px"   }, 200 );
	}, function() {
	 	$("#btn_facebook").stop().animate({    
    top: "0px"    }, 200 );
	});




	$("#btnoverlay_facebook").click(function(){

    window.open("http://www.facebook.com");
    
	});


});



function Icon(text)
{
  text = ' ' + text + ' ';

    document.getElementById('bericht').value  += text;
    document.getElementById('bericht').focus();


}

