﻿
returnToTop = function()
{ window.scrollTo(0, 0) }
if (document.layers) { document.captureEvents(Event.ONDBLCLICK); }

goToAdmin = function() {
    $.get("/Auction/Admin/")
}


loadAucHtml = function(htmlpath) {
    $("#container").show('fast').load(htmlpath);
};

