﻿$(document).ready(function() {
    $("#header .search input[type='text']").watermark("Search keyword, SKU, Item #");
});

