﻿$(document).ready(function() {
   var h = $(document).height();
   $("#fullPageLink").css("height",h);
});