OIT8DOI2
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
var pageTracker = _gat._getTracker("UA-11515406-1");
pageTracker._trackPageview();
} catch(err) {}
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
var pageTracker = _gat._getTracker("UA-5076806-1");
pageTracker._trackPageview();
} catch(err) {}
OIT8DOI2™ The Work of Bruno Borges
$(document).ready(function(){
createHover();
});
function createHover() {
$(".project_thumb img").unbind('mouseenter').unbind('mouseleave'); // reset the hover to prevent doubling
$(".project_thumb img").bind("mouseenter",function() { // crete hover
$(this).fadeTo("fast", 0.0); // Sets the opacity to 70% on hover
}).bind("mouseleave",function(){
$(this).fadeTo("fast", 1.0); // Sets the opacity back to 100% ...
All rights reserved.