	//addThis Customize Options
	
	addthis_pub         = 'awjustin';
	addthis_brand       = 'Alienware';
	addthis_offset_left = -109;
	addthis_options     = 'favorites, email, digg, delicious, facebook, myspace, reddit, twitter, google, more';
	addthis_hide_embed 	= false;
	
	//addthis_logo = 'http://www.alienware.com/img/mylogo.gif'; 
	//addthis_logo_background = 'EFEFEF'; 
	//addthis_logo_color = '666666'; 
	//addthis_offset_top = 10
	
   	var appendFlickr = function(){
		var theUnwanted = document.getElementById('at16pf');
		if (theUnwanted!=null){
			theUnwanted.id = 'sillyButtonProtection';
			theWanted = document.getElementById('at16pf');
			theWanted.style.height = "20px";
			theWanted.innerHTML = "<div style='padding-left:5px;'><a href='http://www.flickr.com/photos/alienwareflickr/' target='_blank'><img src='http://image.alienware.com/images/global_images/logo_flickr_sm.gif' alt='Alienware\'s Official Flickr Page' /> Alienware\'s Official Flickr Page</a></div>";
		} else {
			setTimeout(appendFlickr,100);
		}
	}