﻿/****************************************************************************************
*  COPYRIGHT NOTICE:                                                                    *
*=======================================================================================* 
*  All Code Copyright ©Industrial Pixel 2002-2008. All rights reserved.                 *
*  You are not permitted to copy, distribute or edit this code in any way.              *
*  Legal action will be taken against theft of copyright.                               *
*  This code instance is licensed for use on www.numberonemodelagency.co.uk domain ONLY         *
*  Industrial Pixel - info@industrialpixel.com                                          *
*=======================================================================================*
*  NOTICE ENDS                                                                          *
****************************************************************************************/

Sys.Browser.WebKit = {}; //Safari 3 is considered WebKit
if (navigator.userAgent.indexOf('WebKit/') > -1) {
    Sys.Browser.agent = Sys.Browser.WebKit;
    Sys.Browser.version = parseFloat(navigator.userAgent.match(/WebKit\/(\d+(\.\d+)?)/)[1]);
    Sys.Browser.name = 'WebKit';
}





