function addToFavorite(){
	if (window.sidebar) {
		window.sidebar.addPanel('Portais da Moda - ' + document.title, window.location.href, "");
	}
	else if (document.all) {
		window.external.AddFavorite(window.location.href, 'Portais da Moda - ' + document.title);
	}
}
function nFlash() {
	this.not = 1;
	this.maxNot = 5;
	
	this.setNot = function(not) {
		document.getElementById('nflash_l' + this.not).style.display = 
		document.getElementById('nflash_t' + this.not).style.display = 'none';
		
		this.not = not;
		
		document.getElementById('nflash_l' + not).style.display =
		document.getElementById('nflash_t' + not).style.display = 'block';
	}
	this.setMax = function(m){ this.maxNot=m; }
	
	this.prevNot = function() {
		var c = this.not - 1;
		if(c < 1) c=this.maxNot;
		this.setNot(c);
	}
	this.nextNot = function() {
		var c = this.not + 1;
		if(c > this.maxNot) c=1;
		this.setNot(c);
	}
}

function bannerAdTopo() {
	//var n = Math.floor( Math.random() * 3 ) + 1;
	/*var r = ''; r += '<object'
	r += ' type="application/x-shockwave-flash"'
	r += ' data="http://banners.portaisdamoda.com.br/pos-senai-sc.swf"'
	r += ' width="728" height="90">';
	r += '<param name="movie" value="http://banners.portaisdamoda.com.br/pos-senai-sc.swf" />';
	//r += '<param name="wmode" value="transparent" />';
	r += '</object>';*/
	var r = '<a href="http://www.daira.com.br/produto/315/Lingerie+Tule+Bordado++Conjunto.html" target="_blank" rel="nofollow"><img src="http://banners.portaisdamoda.com.br/daira_banner_out_aniversario.jpg" /></a>';
	document.write(r);
}

