
$(document).ready(function(){
	generateIframeFB();
});

function generateIframeFB(){
	//var content = '<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FGame-Cash%2F37967509775&amp;layout=button_count&amp;show_faces=true&amp;width=128&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:128px; height:21px;" allowTransparency="true"></iframe>';

	var content = '<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fgamecash&amp;layout=standard&amp;show_faces=false&amp;width=180&amp;action=like&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:179px; height:45px; padding:0 10px;" allowTransparency="true"></iframe>';

	$('#Column-1').find('.likeButton').html(content);
}



