/*
<!-- Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL:  http://fineline.xs.mw -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
*/
URL = 'http://www.rentors.org/calendar.aspx?propertyid=136635&amp;culturename=en-US&amp;mode=1#calDl';
URL2 = 'http://www.rentors.org/calendar.aspx?propertyid=200421&amp;culturename=en-US&amp;mode=1#calDl';

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,Left=0,top=0,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=900');");
}
// 