// jQuery Stuff
$(document).ready(function($) {
	// IE sucks. borderImage doesn't work on img tags
	$('div.box').borderImage('url("/themes/trafficjam/images/box_lines.png") 1 repeat');	
});
