/* WICKED.JS */

// .flagrantly::wicked. || [nefariouswrath]


function openWin(URL,x,y) // v1.0
{
 window.open(URL,'newWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + x + ',height=' + y);
}

function openWinScroll(URL,x,y) // v1.0
{
 window.open(URL,'newWin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=' + x + ',height=' + y);
}

function select()
{
 var newWin = window.open('../archives/dates.html','dates','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=580,height=100');
}