Hey World! I just got my first Magazine cover this week! It is on the buyers guide issue of Ski Canada, and I’m really stoked on it! The photo was taken at Mt. Baker with Grant Gunderson on one of those rare but perfect sunny pow days in the northwest.
var button = document.getElementById(’facebook_share_link_486′) || document.getElementById(’facebook_share_icon_486′) [...]
A little nugget I saw near home that was pretty good.
var button = document.getElementById(’facebook_share_link_484′) || document.getElementById(’facebook_share_icon_484′) || document.getElementById(’facebook_share_both_484′) || document.getElementById(’facebook_share_button_484′);
if (button) {
button.onclick = function(e) {
var url = this.href.replace(/share\.php/, ’sharer.php’);
window.open(url,’sharer’,'toolbar=0,status=0,width=626,height=436′);
return false;
}
if (button.id === ‘facebook_share_button_484′) {
button.onmouseover = function(){
this.style.color=’#fff’;
this.style.borderColor = ‘#295582′;
this.style.backgroundColor = ‘#3b5998′;
}
button.onmouseout = function(){
this.style.color = ‘#3b5998′;
this.style.borderColor = ‘#d8dfea’;
this.style.backgroundColor = ‘#fff’;
}
}
}