/*---[ Details ]---------------------------------------
Basic Style Sheet - Older Browsers
Site: www.foobar.com
Author: Lee Powell
Contact: lee.powell@soup.co.uk
-------------------------------------------------------*/

/*-----------------------------------------------------
jQuery
-------------------------------------------------------*/

jQuery(function(){

	$('a.popup').bind('click', function(){
		window.open( "/poplink.php?dest="+escape($(this).attr('href')), 'quote', 'width=1024px, height=650, resizable, scrollbars' );
		return false;
	});

});

/*-----------------------------------------------------
sIFR
-------------------------------------------------------*/