// Google variables.
<!--
google_ad_client = "pub-6468067399226435";
google_ad_slot = "0158307556";
google_ad_width = 160;
google_ad_height = 600;
//-->

// Delicious link call
function fDelicious() {							 	
	window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400,resizable=yes');
}

// StumbleUpon link call
function fStumbleUpon() {
	window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'stumblupon','toolbar=no,width=750,height=520,resizable=yes');
}

// Yahoo link call
function fYahoo() {
	var d=document,f='http://beta.bookmarks.yahoo.com/toolbar/savebm?',l=d.location,e=encodeURIComponent,p='u='+e(l.href)+'&t='+e(d.title)+'&opener=bm&ei=UTF-8';1;a=function(){if(!window.open(f+p,'popup','toolbar=0,status=0,resizable=1,scrollbars=1,width=450,height=480'))l.href=f+p};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else{a()}void(0);
}

// Email obfuscation
function fObfuscate() {
	var sId = '&#109;&#97;&#116;&#116;&#121;&#111;&#100;';
	var sPath = '&#64;&#103;&#109;&#97;&#105;&#108;';
	var sDomain = '&#46;&#99;&#111;&#109;';

	var sWrite = sId + sPath + sDomain;

	document.getElementById('address').innerHTML = '<p>Please feel free to <a href="mailto:' + sWrite + '">email me</a> with any comments, suggestions or feature requests.</p>';
}