/**
 *	Facebook Button API.
 *
 *	If you would like to customize your URL to check-in to, you can set
 *	the 'mab_url' variable before you call this file.
 *
 *	Last Update: July 24, 2010 by Sean
 *	Author: Zach
 *
 *	Licensed under GPL General Public License (http://www.gnu.org/licenses/gpl.html)
**/
if(mab_url == null){ var mab_url = location.href; }else{ var mab_url = mab_url; }
if ( mabzy_base == null) { } else { delete mabzy_base; }
var mabzy_base = 'http://mabzy.com/';
document.write('<iframe src="'+mabzy_base+'button/large/?mabzy_url='+mab_url+'" border="0" frameBorder="0" style="border:0px;" width="54px" height="68px" scrolling="no" allowtransparency="true"></iframe>');