﻿/// <reference path="modernizr-1.7.js" />
/// <reference path="jquery-1.5.1-vsdoc.js" />

if (Modernizr.localstorage) {
    $('#LocalStorageStatus').html('localStorage in the house');
}
else {
    $('#LocalStorageStatus').html('looks like cookies are back on the menu boys');
}
