﻿// JavaScript Document

function dovetail(lang, container, section, filename, w, h) {
	var src = 'http://www.dvtail.com/publications/profspeaking/' + lang + '/' + section + '/' + filename + '.swf';
	//$(container).fadeOut();
	//$.flash();
	$(container).flash({ swf:src, width:w, height:h, wmode:'transparent'});
	//$('.leaderboard#top').flash({ swf:'http://ronobot.com/temp/leaderboard.swf',width:500,height:90});
}

