﻿/* initialize the Ajax handler */
$().ready(function(){
	Pikachoose.createPikachoose();		
    /*BLOCKUI.setBlockUIDefaults();		*/
});


Pikachoose ={
    createPikachoose:function(){
        if (location.href.split("/Pages/CamposJuego.aspx").length>1){	
            $(".pikame").PikaChoose({
               thumb_width:1,
               thumb_height:1
            });		
        }
        else{
            $(".pikame").PikaChoose();
        }
    }                          
}
