$(function()
{ 	
	$('input[name="create-sub"]').click(function()
	{
		document.location = '/create.php?id='+$('input[name="create_id"]').val();
		return false;
	});
	
	$('#like').html('<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FDjpod%2F125992627419053&amp;layout=standard&amp;show_faces=false&amp;width=330&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:330px; height:35px;" allowTransparency="true"></iframe>');
});
