$(document).ready(function(){
//$(".picasa").colorbox({width:"100%", height:"100%", iframe:true});
//$(".facebook").colorbox({width:"100%", height:"100%", iframe:true});
//$(".orkut").colorbox({width:"100%", height:"100%", iframe:true});
//$(".twitter").colorbox({width:"100%", height:"100%", iframe:true});
//$(".blog").colorbox({width:"100%", height:"100%", iframe:true});
//$(".flickr").colorbox({width:"100%", height:"100%", iframe:true});
//$(".myspace").colorbox({width:"100%", height:"100%", iframe:true});
$(".mapa").colorbox({width:"100%", height:"100%", iframe:true});
$(".news").colorbox({width:"100%", height:550, iframe:true});
$("a[rel='fotos']").colorbox({slideshow:true});
$(".youtube").colorbox({iframe:true, width:650, height:550});
$(".contato").colorbox({iframe:true, width:650, height:550});
$(".indique").colorbox({iframe:true, width:670, height:410});
$(".email").colorbox({iframe:true, width:670, height:410});
$("#click").click(function(){ 
return false;
});
});