document.write('<meta HTTP-EQUIV="imagetoolbar" CONTENT="no">');
document.write('<link rel="shortcut icon" href="http://www.salsa-sensation.com/favicon.ico" type="image/x-icon">');


var flashMe= new Array();
function flash(){
	a = flash.arguments;
if (a.length>0){
	for (i=0; i<a.length;i++){flashMe.push(a[i]);}
}
 if (flashMe.length>0){
		for (i in flashMe){
	el = document.getElementById(flashMe[i]);
//	el.style.visibility = (el.style.visibility=='visible')?'hidden':'visible';
  el.style.color = (el.style.color =='darkred')?'':'darkred';
// el.style.fontSize = (el.style.fontSize=='18px')?'':'18px';
// el.style.backgroundColor= (el.style.backgroundColor=='peru')?'':'peru';
// el.style.fontStyle = (el.style.fontStyle =='italic')?'':'italic';
// el.style.textAlign= (el.style.textAlign=='right')?'left':'right';
// el.style.textTransform = (el.style.textTransform =='lowercase')?'':'lowercase';

		}
	return setTimeout("flash()",1000);
		}
}