﻿/* UI scripts that appear on all or almost every page */

// Uses http://jQuery.com

$(function(){

    $('input[placeholder], textarea[placeholder]').placeholder();
	
});


