﻿var isIE6orLower = true;
var imageType = 'gif';

if (window.XMLHttpRequest) {
    isIE6orLower = false;
    imageType = 'png';
}


