var Ads = Class.create ();

Ads.prototype.initialize = function ()
{
    body = document.getElementsByTagName ("body");
};
