<!-- //hide script from old browsers
// ============================================ Stop Errors
function stopErrors() {
return true;
//  alert(error);
}



function makeArray()    {
    this[0] = makeArray.arguments.length;
    for (i = 0; i<makeArray.arguments.length; i++)
        this[i+1] = makeArray.arguments[i];
}


// ============================================ New Window
function NewWindow() {
var myWindowOptions =
 'width=100,height=100,resizable=yes,scrollbars=no' +
 ',toolbar=no,location=no,directories=no,status=no' +
 ',menubar=no,top=1,left=1';

var newFenster = window.open("good4you-1.html","okdjeof",myWindowOptions);
      // self.blur();

//if (newFenster != null);
  // newFenster.blur();
}

// ============================================ Pop-Up window
function PopIt(filename, h, w){
	popup = window.open(filename,"Flash","height="+h+",width="+w+",scrollbars=yes,top=1,left=1")
	if ( popup.document.close() ) {
		popup.document.close()
	}
}
///NewWindow();


function PopIta(filename, h, w){
	popup = window.open(filename,"Flasha","height="+h+",width="+w+",scrollbars=yes,top=300,left=100")
	if ( popup.document.close() ) {
		popup.document.close()
	}
}

window.onerror = stopErrors
//PopIt('http://www.footprintsshoes.com/winter_sale.html', 100, 520)

//PopIt('http://www.footprintsshoes.com/flash_news.html', 100, 520)
//PopIt('http://www.footprintsshoes.com/flashnews.html', 100, 520)
//PopIt('http://www.footprintsshoes.com/4th_of_july.htm', 220, 520)





//document.layers['textanim'].document.writeln('<img src="http://www.footprintsshoes.com/4thjshort.gif" >')

//document.layers['textanim'].document.writeln('<font color="#FF0000">'+"BLA-bla-bla")
//document.layers['textanim'].document.close()






//end hiding contents -->

