$(document).ready(function(){
$('#logo').polaroid();
$('#jquery').polaroid();
$('#sanfran').polaroid({
		tape:true,
		shadowPos: "top-left",
		bottom: "50px",
		top: "22px",
		left: "27px",
		right: "27px",
		shadowColor:"#CCCCCC",
		backgroundColor: "#FDFDFD"
});
});
