/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


if ( $.browser.msie ){
                var ieVersion = parseInt(jQuery.browser.version);
				//alert(ieVersion);
				//alert(jQuery.browser.version);
                if(ieVersion<7){
                    //alert('IE6!!!\nHey Buddy this is 2009!');
                    //window.location.href='http://www.mozilla.com/en-US/firefox/';
                }
        }
