// JavaScript Document
jQuery(document).ready(function(){
						   
//jQuery.noConflict();

//$(".comparisonTable tr:odd").addClass("darkRow");


$("#printIcon").click(function(){
	window.print();return false
})




// if there are less than three teasers on a row, we need to clear the content or it won't take into consideration the .graphicTeaser{margin-bottom: 10px;}
if(jQuery.browser.msie){
;
}

});
