$(document).ready(function() {


if ($('#fb_like').length) {  

   var fb_code = "";  

   fb_code += "<div class='shareText'>Do you like Asana Green? Tell your friends:</div>";

   fb_code += "<iframe src=\"http://www.facebook.com/plugins/like.php?href=www.asanagreen.com&amp;layout=standard&amp;show_faces=false&amp;width=400&amp;action=like&amp;font=licida+grande&amp;colorscheme=light&amp;height=35\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:400px; height:35px;\" allowTransparency=\"true\" >";  

   $('#fb_like').html(fb_code);  

 } 

});

