// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function detectExplorer()
	{
	var IE7 = (navigator.appVersion.indexOf("MSIE 7.")==-1) ? false : true;
	if (IE7 == true) {
    alert('Welcome to SusanTabak.com. Using Internet Explorer 7 may cause you to miss some of the rich features of this site. Viewing will be optimized by upgrading to Internet Explorer 8 or by using a different browser, such as Firefox or Chrome. Thanks for visiting!');
    }
}


