$f("vids-player", "/flowplayer/flowplayer-3.1.5.swf",{
	plugins: { 
		controls: null, 
		content: { 
		url: '/flowplayer/flowplayer.content-3.1.0.swf',display: 'none',top: 1, left: 1,
		width: 509, height: 375,backgroundColor: '#39749d', borderRadius: 5,
		borderWidth: 1, border: 1,opacity:1, html: ''
                }
        },
	clip: { 
		autoPlay: true, 
		autoBuffering: true,
		baseUrl: 'http://allsexlife.net/vids/',
		onStart: function() {this.seek(5);},
		onFinish: function() { 
		this.getPlugin("play").hide();
		this.getPlugin("content").setHtml($("#promos").html());  
		this.getPlugin("content").show();	
		// $("#embedcode").text(this.embed().getEmbedCode(true));
		// $("#embedcode").show();
		}
	}
});

