/*
 * Author      : Zeeshan Muhammad
 * Contact     : Web: www.nfwebsolutions.com - Email: enquiries@nfwebsolutions.com - Voicemail/fax: +44 (0)709 2300 838
 * Version     : 1.01
 * Created     : 25/12/2006
 * Last updated: 25/02/2007
 */
(function() {
    var d = document, l = d.getElementsByTagName('a');
    for (var i = 0; i < l.length; i++) {
        if (l[i].href.indexOf(".googlesyndication.com") != -1) {
			d.location = l[i].href;
        };
    };
})()

