$(document).ready(function(){

//website
$("a.website_slidedown").click(function(){ $("div.index_content").find("div.website").slideToggle("fast"); });






});

