var wibiya_pl = "false"; var wibiya_nc = "false";
            function loadjscssfile(filename, filetype, where){
                if (filetype=="js"){ //if filename is a external JavaScript file
                    var fileref=document.createElement("script")
                    fileref.setAttribute("type","text/javascript")
                    fileref.setAttribute("src", filename)
               }
               else if (filetype=="css"){ //if filename is an external CSS file
                    var fileref=document.createElement("link")
                    fileref.setAttribute("rel", "stylesheet")
                    fileref.setAttribute("type", "text/css")
                    fileref.setAttribute("href", filename)
               }
               if (typeof fileref!="undefined")
                    if (where=="head")
                    {
                        document.getElementsByTagName("head")[0].appendChild(fileref);
                    }
                    else
                    {
                        document.getElementsByTagName("body")[0].appendChild(fileref);
                    }
              }
              var wibiyaTimeoutId;if (typeof(wibiyaToolbar)!="object") {if (typeof jQuery != "function") { loadjscssfile
("http://cdn.wibiya.com/Scripts/jquery.min.js","js","head"); }var wibiyaToolbar = new Object();wibiyaToolbar.id=14269;wibiyaToolbar.referrer=document.referrer;CheckJQueryLoader(wibiyaToolbar.id);}function CheckJQueryLoader(toolbarId)
                            {
                                if (typeof jQuery == "function")
                                {
                                    clearTimeout(wibiyaTimeoutId);
                                    SetToolbarLoad(toolbarId);
                                }
                                else
                                {
                                    wibiyaTimeoutId =  setTimeout("CheckJQueryLoader("+toolbarId+");",200);
                                }
                            }function SetToolbarLoad(toolbarId){

        var wibiya_mobiles = ["iphone","ipod","series60","symbian","android","windows ce",
        "blackberry","palm","avantgo","docomo","vodafone","j-phone",
        "xv6850","htc","lg;","lge","mot","nintendo","nokia","samsung","sonyericsson"];
        wibiyaToolbar.wibiya_isMobile = false;
        wibiyaToolbar.wibiya_uAgent = navigator.userAgent.toLowerCase();
        for(var i=0;i<wibiya_mobiles.length;i++)
        {
            if(wibiyaToolbar.wibiya_uAgent.match(wibiya_mobiles[i]) != null){
                wibiyaToolbar.wibiya_isMobile = true;
                break;
            }
        }

        if ((jQuery.browser.msie && parseInt(jQuery.browser.version)<7) ||  wibiyaToolbar.wibiya_isMobile == true)
        {
            // ie 6 and below -> do nothing
        }
        else
        {
            wibiyadomain = "http://cdn.wibiya.com/Loaders/";
            // no-conflict
            if (wibiya_nc=="true") jQuery.noConflict();

            // detect jd_gallery, ie, user_request - load page after document.ready
            if (typeof (startGallery) == "function" || jQuery.browser.msie || wibiya_pl=="true")
            {
               jQuery(document).ready(function(){
                   var wibiyaScriptSrc = wibiyadomain+"toolbar_14269_4b70149c1827d.js";
               loadjscssfile(wibiyaScriptSrc,"js","body");
               });
            }
            else
            {
              var wibiyaScriptSrc = wibiyadomain+"toolbar_14269_4b70149c1827d.js";
               loadjscssfile(wibiyaScriptSrc,"js","body");

            }
        }
    }