<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
// Set up the Tip files to be used.
var theTip = new Array() // do not change this
// To add more Tip files, continue with the
// pattern below, adding to the array.

theTip[0] = 'MC and RC visitor lots are RESERVED for VISITORS ONLY, and are not to be used for meetings, deliveries, training sessions, etc.'
theTip[1] = 'Todd Lot is RESERVED for Admissions visitors ONLY; any vehicles found illegally parked there will be ticketed'
theTip[2] = 'Parking tickets are meant as a means of communication to inform our patrons when their vehicles are not parked in accordance to University parking guidelines'
theTip[3] = '500+ Bicycle racks are conveniently located throughout the RC and MC campuses'
theTip[4] = 'If you are out of work for an extended period of time due to a disability, you may apply for a prorated refund of your parking fees upon your return to work'
theTip[5] = 'AMP (Approved Medical Parking) forms are available online for downloading '
theTip[6] = 'The Parking office provides jump starts, tire inflations and lock deicer '
theTip[7] = 'Look for NEW Discount Taxi program coming this Fall!'
theTip[8] = 'Cross campus transportation and shuttle services are available FREE of change with a University ID; schedules are posted at all parking offices, and online'
theTip[9] = 'The University has partnered with RTS and has a Greece Park-n-Ride'
theTip[10] = 'There are Zipcars on River Campus and at Eastman School'
theTip[11] = 'If you drive an alternate vehicle you need to call the parking office to be placed on the exemption list to avoid getting a ticket'
theTip[12] = 'We host Student Focus Groups monthly during the academic school year where students can voice their Parking and Transportation concerns, feedback and ideas'
theTip[13] = 'Parking is FREE on River Campus AFTER 7pm with a valid parking permit; there is no parking in spaces marked reserved'
theTip[14] = 'We have a Shopping Shuttle (Green Line) every Tues and Wed during the academic year that goes to Walmart'
theTip[15] = 'We have a Shopping Shuttle (Green Line) every Saturday during the academic year that goes to Marketplace Mall, Movies 10, Wegmans, Target and Walmart'
theTip[16] = 'We have a Pittsford Plaza shopping shuttle (Green Line) on Sundays during the academic year'
theTip[17] = 'You can catch the Green Line on Saturdays to the Public Market (seasonal)'
theTip[18] = 'We have a Park Lot shuttle (Silver Line) M-F 7am-11am and 4pm-midnight M-F during the academic year'
theTip[19] = 'We have a Rustic Village Shuttle (Purple Line)'
theTip[20] = 'We have a 19th Ward Shuttle (Gold Line) that also goes to Riverview Apartments'
theTip[21] = 'The Red Line goes to Eastman Living Center and the Monroe/Park Avenue area'
theTip[22] = 'University permit holders are not permitted to park in any of the visitor lots unless you are a patient or visitor'
theTip[23] = 'Parking fines may be paid online'
theTip[24] = 'You can Appeal tickets online'
theTip[25] = 'You can Appeal tickets ONLY within 10 days of the date the violation was issued'
theTip[26] = 'There is a $20 replacement fee for a permit or keycard that is not returned'
theTip[27] = 'Motorcycles need to be registered with the parking office and will receive a unique permit'
theTip[28] = 'All paid University parking permits are valid at Highland Hospital Garage for work related issues'
theTip[29] = 'If you would like to cancel your parking permit, there is a $20 cancellation fee if the parking permit is not returned'
theTip[30] = 'If you ONLY drive/park occasionally, you can bring a vehicle to work 2 times a month and parking is FREE'
theTip[31] = 'To park for FREE you need to be in a carpool with 3 others. You can get 75% off if you carpool with 2 others and 50% off if you carpool with just 1 other person'



// do not edit anything below this line

var p = theTip.length;
var whichTip = Math.round(Math.random()*(p-1));
function showTip(){
document.write( theTip[whichTip] );
}

//  End -->

