

	function doSocialMedia(){
		$('.fbiframe').each(function(i,e){	
			$(e).html('<iframe src="' + $(e).attr('src') + '" class="likeIframe" scrolling="no" frameborder="0" allowTransparency="true"></iframe>');
		});

		$('.twitteriframe').each(function(i,e){	
			$(e).html('<iframe src="' + $(e).attr('src') + '" scrolling="no" frameborder="0" class="twitter-share-button twitter-count-horizontal" tabindex="0" allowtransparency="true" style="width: 110px; height: 20px;" title="Twitter For Websites: Tweet Button"></iframe>');
		});
	}
