/*
@description Add general site-wide js funtionality to the page (e.g. hover effects for research site)

@author	Bryan Gullan
@created 2007-08-28

Notes: Uses jQuery; written on v. 1.1.4
			Requires jQuery plugin clickOrEnter: http://jquery.com/plugins/project/clickOrEnter
*/

$(document).ready(function() {
});

// Safari css hacks
isSafari3 = false;
if( window.devicePixelRatio && window.getMatchedCSSRules && !window.Opera){
	isSafari3 = true;
	document.write('<link rel="stylesheet" type="text/css" href="/css/front/avon_5050/safari.css" />');
};