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