﻿// JScript File

var assetsUrl = 'http://www.atasteforthetheatrical.com/';
var videosUrl = 'http://media.whysoserious.com/';
var homeUrl =  'http://www.atasteforthetheatrical.com/';

var flashvars = "&homeUrl=" + homeUrl + "&assetsUrl=" + assetsUrl + "&videosUrl=" + videosUrl;


function openNewWin(url, winName, features){
    window.open(url, winName, features);
}