var detect=navigator.userAgent.toLowerCase();if(checkIt('safari')){document.write('<link rel="stylesheet" type="text/css" href="http://www.couplesquestions.com/css/safari.css" />');}
function checkIt(string){var place=detect.indexOf(string)+1;return place;}