﻿$(document).ready(function() {
	$(".ttg_products img").resizeImg({ maxWidth: 560 });

	$(".markItUp").markItUp(mySettings);

	$("img").error(function() {
		$(this).remove();
	});

	$("textarea").elastic();
    
    $("input[type='text'], input[type='password'], textarea, select").addClass("idle");
    $("input[type='text'], input[type='password'], textarea, select").focus(function(){
        $(this).addClass("activeField").removeClass("idle");
    }).blur(function(){
        $(this).removeClass("activeField").addClass("idle");
    });
});

function share_facebook(){
	u=location.href;
	t=document.title;
	window.open("http://www.facebook.com/share.php?u="+encodeURIComponent(u)+"&t="+encodeURIComponent(t))
}

function share_twitter(){
	u=location.href;
	t=document.title;
	window.open("http://twitter.com/intent/tweet?original_referer="+encodeURIComponent(u)+"&text="+t+"&url="+encodeURIComponent(u))
}

function share_ban_be(){
	u=location.href;
	t=document.title;
	window.open("http://plugins.banbe.net/share/post?href="+encodeURIComponent(u)+"&title="+t)
}
