/**
 * Spit out a stylesheet for js
 * @author Kevin Dew <kev@redbullet.co.uk>
 * @copyright Kevin Dew 2008
 */

//quick test that we're working with modern browsers
if(document.createElement && document.getElementsByTagName)
	document.write('<link rel="stylesheet" type="text\/css" href="\/css\/js.css" \/>');

