if(this.WhyFame == null)
	this.WhyFame = new Object();
if(this.WhyFame.Util == null)
	this.WhyFame.Util = new Object();
	
if(!Array.indexOf)
{
	Array.prototype.indexOf = function(obj, start)
	{
		for(var i=(start||0); i<this.length; i++)
    		if(this[i]==obj)
        		return i;
		
		return -1;		
	}
}
	
function doNothing()
{
	return;
}


try 
{
  document.execCommand("BackgroundImageCache", false, true);
}
catch(err) 
{}
 	