RENALDAS SEIBUTIS basketball profile


.divMenu width:1018px; margin:0 auto; height:30px; border-bottom: 1px solid #70A6CD; .divMenuLogo float:left; width:130px; height:32px; border-right: 1px solid #70A6CD; .divMenuLogin color:#d8e7ef; font-family:Arial; font-size:11px; float:left; text-align:center; line-height:32px; overflow:hidden; width:180px; height:30px; border-right: 1px solid #70A6CD; border-left: 1px solid #70A6CD; .divMenuSearch float:left; width:152px; height:24px; border-bottom: 2px solid #FFFFFF; text-align:left; .divMenuSearchBox float:left; width:22px; height:24px; border-bottom: 2px solid #FFFFFF; .txtSearchbox background-color: transparent; border: 0 none; color: #FFFFFF; height: 22px; line-height: 22px; width: 320px; text-align:left; .divMenuStart float:left; /* width:835px; */ height:30px; border-right: 1px solid #70A6CD; .Imaintitles-new color: #eff4f7; display: block; font-family: Arial; font-size: 14px; font-weight: bold; text-decoration: none; line-height:30px; border-right: 1px solid #70A6CD; text-align:center; text-transform:uppercase; .Imaintitles-new a, .Imaintitles-new a:link, .Imaintitles-new a:visited color: #eff4f7; text-decoration: none; .Imaintitles-new a:hover color: #FFFFFF; text-decoration: none; .toplinks-new a.toplinks-new, a.toplinks-new:visited display:block; width:100px; padding:2px 5px; text-decoration:none; font-family:Arial; font-size:11px; color:#000000 !important; a.toplinks-new:hover background:#75ace3; color:#FFFFFF; .toplinks1-new a.toplinks1-new, a.toplinks1-new:visited display:block; width:100px; padding:2px 60px; text-decoration:none; font-family:Arial; font-size:11px; color:black; a.toplinks1-new:hover background:#75ace3; color:#FFFFFF; .search_attach_child-new margin-left:-1px; margin-top:0px; width:120px; background-color:#EBF3FB; border-bottom:1px solid #3C7FAF; border-left:1px solid #3C7FAF; border-right:1px solid #3C7FAF; border-collapse:collapse; .nounderline color:#FFFFFF; .nounderline a, .nounderline a:link, .nounderline a:visited color:#FFFFFF; text-decoration:none; .nounderline a:hover color:#FFFFFF; text-decoration:underline; .divSubMenu width:1018px; margin:0 auto; height:20px; border-bottom: 1px solid #70A6CD !important; font-family:Arial; background-color:#174372; .divSubMenuStart font-family:Arial; float:left; width:1016px; height:20px; line-height:20px; border-right: 1px solid #70A6CD; border-left: 1px solid #70A6CD; .divSubMenuStart a, .divSubMenuStart a:link, .divSubMenuStart a:visited font-family:Arial; color: #eff4f7; text-decoration: none; font-size:11px; font-weight:normal; .divSubMenuStart a:hover font-family:Arial; color: #eff4f7; text-decoration: underline; font-size:11px; font-weight:normal; .divSubMenuRightBorder border-right: 1px solid #70A6CD; line-height:20px; #euro_child a color:#000000; #euro_child a:link color:#000000; #euro_child a:visited color:#000000; #us_child a color:#000000; #us_child a:link color:#000000; #us_child a:visited color:#000000; #latin_child a color:#000000; #latin_child a:link color:#000000; #latin_child a:visited color:#000000; #asia_child a color:#000000; #asia_child a:link color:#000000; #asia_child a:visited color:#000000; #australia_child a color:#000000; #australia_child a:link color:#000000; #australia_child a:visited color:#000000; #africa_child a color:#000000; #africa_child a:link color:#000000; #africa_child a:visited color:#000000; nav margin: 0 auto; text-align: center;font-family:arial; float:left;border-right:1px solid nav a:link font-weight: bold !important; font-size: 12px !important; color: #000000 !important; float: left; padding-right: 4px; padding-left: 4px; nav ul ul display: none;position: absolute; top: 100%; background-color:#ecf4fa; nav ul li:hover > ul display: block; nav ul margin:0; padding: 0 0px;list-style: none;position: relative;display: inline-table; nav ul:after content: ""; clear: both; display: block; nav ul li float: left; nav ul li:hover background: #ecf4fa; nav ul li:hover a color: #000; nav ul li a display: block; padding:0; text-decoration: none;ont-weight: bold !important; font-size: 12px !important; color: #000000 !important; float: none; .working background:url('/images/indicator.gif') no-repeat right center .ui-menu-item font-size:13px; font-family:Arial; .ui-accordion-header padding-top:6px; padding-bottom:6px; var nJQuery = $.noConflict(); $ = nJQuery; jQuery = nJQuery; var mode_str_search var mode_actual; nJQuery(document).ready(function () setMode(); //24-07-2018 uncomment for enable autocomplete nJQuery("#txtLastName").click(function() nJQuery( "#txtLastName" ).autocomplete( source: "/autocompletesource.asp?stype="+document.searchform12.srcNews.value, minLength: 2 ); ); ); function MakeAutoComplete2(input) function MakeAutoComplete222(input) nJQuery(input).autocomplete( source: function (request, response) nJQuery.ajax( url: "/ajax_search_autocomplete.asp", dataType: "json", cache: false, data: mode: function() return mode_actual , top: "10", term: request.term , success: function (data) var data_formatted; if (mode_str_search == 'player') data_formatted = data.search_player; if (mode_str_search == 'coach') data_formatted = data.search_coach; if (mode_str_search == 'team') data_formatted = data.search_team; if (mode_str_search == 'agent') data_formatted = data.search_agent; nJQuery(input).removeClass('working'); response(nJQuery.map(data_formatted, function (item) return label: item.FirstName + ' ' + item.LastName, value: item.FirstName + ' ' + item.LastName )); ); , minLength: 4, select: function (event, ui) $("#txtLastName").val(ui.item.label); $('form[name="searchform12"]').submit(); , open: function () nJQuery(this).removeClass("ui-corner-all").addClass("ui-corner-top"); //nJQuery(this).removeClass('working'); , close: function () nJQuery(this).removeClass("ui-corner-top").addClass("ui-corner-all"); , search: function () nJQuery(this).addClass('working'); ); nJQuery.ui.autocomplete.prototype._renderItem = function( ul, item) var term = this.term.split(' ').join('; //$('input[name="srcNews"]:checked').val().toLowerCase() function setMode() mode_str_search = $('input[name="srcNews"]:checked').val().toLowerCase(); if (mode_str_search == 'player') mode_actual = 'search_player'; if (mode_str_search == 'coach') mode_actual = 'search_coach'; if (mode_str_search == 'team') mode_actual = 'search_team'; if (mode_str_search == 'agent') mode_actual = 'search_agent'; //nJQuery('#search_child12').hide("slow"); function displaySearchRadio() document.getElementById("SearchRadio").style.display = "block"; document.getElementById("SearchRadio").style.zIndex = "1"; function hideSearchRadio() document.getElementById("SearchRadio").style.display = "none"; document.getElementById("SearchRadio").style.zIndex = "999"; <!----> Sign in
at_attach("euro_parent", "euro_child", "hover", "y", "pointer");
at_attach("us_parent", "us_child", "hover", "y", "pointer");
at_attach("latin_parent", "latin_child", "hover", "y", "pointer");
at_attach("asia_parent", "asia_child", "hover", "y", "pointer");
at_attach("australia_parent", "australia_child", "hover", "y", "pointer");
at_attach("africa_parent", "africa_child", "hover", "y", "pointer");
at_attach("more_parent", "more_child", "hover", "y", "pointer"); View: Mobile | Desktop Players Agent Coach News Team FOLLOW US: ![]() ![]() ![]() at_attach("search_parent-new", "search_child12", "searchclick", "y", "pointer"); | |||||||||||||||||||||||||||||||
![]() ![]() |
var xmlhttp_xml;
var tmp_playerID;
function addFavoritePlayer(playerID)
var OK;
if(confirm('Would you like to add RENALDAS SEIBUTIS player to your favorite players list ?')) OK = true; else return ;
if (window.XMLHttpRequest) xmlhttp_xml = new XMLHttpRequest(); else if (window.ActiveXObject) xmlhttp_xml = new ActiveXObject("Microsoft.XMLHTTP");
document.getElementById("favoriteBTN").style.display = "none";
document.getElementById("favoriteBTN_img").style.display = "none";
tmp_playerID = playerID;
rnd = Math.floor(Math.random() * 11);
xmlhttp_xml.onreadystatechange = handler_addFavoritePlayer;
xmlhttp_xml.open("GET", "/favorites_Add.asp?playerID="+playerID+"&date="+rnd, true);
xmlhttp_xml.send();
function handler_addFavoritePlayer()
if(xmlhttp_xml.readyState==4)
if(xmlhttp_xml.status==200)
if (xmlhttp_xml.responseText == "ERR50") alert("You have chosen a maximum favorite players on your list (50). To add this player, you must first delete the other one.");
if (xmlhttp_xml.responseText == "ERR5") alert("You have chosen a maximum favorite players on your list (5). To add this player, you must first delete the other one.");
if (xmlhttp_xml.responseText == "BUY") location.href="https://www.eurobasket.com/buyFavoritesService.asp";
if (xmlhttp_xml.responseText == "OK")
alert("The player was added");
location.replace("/player.asp?playerid="+tmp_playerID);
function removeFavoritePlayerPage(playerID)
var OK;
if(confirm('Would you like to remove RENALDAS SEIBUTIS player from yours favorite players list ?')) OK = true; else return ;
if (window.XMLHttpRequest) xmlhttp_xml = new XMLHttpRequest(); else if (window.ActiveXObject) xmlhttp_xml = new ActiveXObject("Microsoft.XMLHTTP");
document.getElementById("favoriteBTN").style.display = "none";
document.getElementById("favoriteBTN_img").style.display = "none";
tmp_playerID = playerID;
rnd = Math.floor(Math.random() * 11);
xmlhttp_xml.onreadystatechange = handler_removeFavoritePlayerPage;
xmlhttp_xml.open("GET", "/favorites_Remove.asp?playerID="+playerID+"&date="+rnd, true);
xmlhttp_xml.send();
function handler_removeFavoritePlayerPage()
if(xmlhttp_xml.readyState==4)
if(xmlhttp_xml.status==200)
location.replace("/player.asp?playerid="+tmp_playerID);
function buyFavoritePlayer()
location.href="https://www.eurobasket.com/buyFavoritesService.asp";
function hidePlayerDiv()
document.getElementById("plCareer").style.display="none";
document.getElementById("plVideos").style.display="none";
document.getElementById("plNews").style.display="none";
document.getElementById("plBest").style.display="none";
document.getElementById("plH2H").style.display="none";
document.getElementById("plH2HDetail").style.display="none";
document.getElementById("plPrev").style.display="none";
document.getElementById("plStats").style.display="none";
function loadStatsData(PlayerId,Season)
hidePlayerDiv();
document.getElementById("plStats").style.display="";
if (window.XMLHttpRequest) xmlhttp_xml = new XMLHttpRequest(); else if (window.ActiveXObject) xmlhttp_xml = new ActiveXObject("Microsoft.XMLHTTP");
rnd = Math.floor(Math.random() * 11);
xmlhttp_xml.onreadystatechange = printStatsData;
xmlhttp_xml.open("GET", "/PlayerStatsAjax.asp?PlayerId="+PlayerId+"&Season="+Season, true);
xmlhttp_xml.send();
function printStatsData()
if(xmlhttp_xml.readyState==4)
if(xmlhttp_xml.status==200)
strData = xmlhttp_xml.responseText
document.getElementById("divStatsData").innerHTML = strData
function showStatsData()
hidePlayerDiv();
document.getElementById("plStats").style.display="";
var strCareer ="";
function loadCareerData(PlayerId)
hidePlayerDiv();
if (window.XMLHttpRequest) xmlhttp_xml = new XMLHttpRequest(); else if (window.ActiveXObject) xmlhttp_xml = new ActiveXObject("Microsoft.XMLHTTP");
if(strCareer=="")
PhotoPath_SP ='3Seibutis_Renaldas_1';
AcPhoto_SP ='@Renaldas-Seibutis';
rnd = Math.floor(Math.random() * 11);
xmlhttp_xml.onreadystatechange = printCareerData12;
xmlhttp_xml.open("GET", "/PlayerCareerAjax.asp?PlayerId="+PlayerId+"&PhotoPath_SP="+PhotoPath_SP+"&AcPhoto_SP="+AcPhoto_SP+"&rnd="+rnd, true);
xmlhttp_xml.send();
else
hidePlayerDiv();
document.getElementById("plCareer").style.display="";
function printCareerData12()
if(xmlhttp_xml.readyState==4)
if(xmlhttp_xml.status==200)
strData = xmlhttp_xml.responseText
document.getElementById("plCareer").innerHTML = strData
strCareer ="Yes"
hidePlayerDiv();
$("#flip2").click(function()
$("#panel2").slideToggle("slow");
);
document.getElementById("plCareer").style.display="";
var strVideo =""
function loadVideoData(PlayerId,Season)
hidePlayerDiv();
if (window.XMLHttpRequest) xmlhttp_xml = new XMLHttpRequest(); else if (window.ActiveXObject) xmlhttp_xml = new ActiveXObject("Microsoft.XMLHTTP");
if(strVideo=="")
rnd = Math.floor(Math.random() * 11);
xmlhttp_xml.onreadystatechange = printVideoData12;
xmlhttp_xml.open("GET", "/PlayerVideoAjax.asp?PlayerId="+PlayerId+"&rnd="+rnd, true);
xmlhttp_xml.send();
else
hidePlayerDiv();
document.getElementById("plVideos").style.display="";
function printVideoData12()
if(xmlhttp_xml.readyState==4)
if(xmlhttp_xml.status==200)
strData = xmlhttp_xml.responseText
document.getElementById("plVideos").innerHTML = strData
strVideo ="Yes"
hidePlayerDiv();
document.getElementById("plVideos").style.display="";
var strNews =""
function loadNewsData(PlayerId,Season)
hidePlayerDiv();
if (window.XMLHttpRequest) xmlhttp_xml = new XMLHttpRequest(); else if (window.ActiveXObject) xmlhttp_xml = new ActiveXObject("Microsoft.XMLHTTP");
if(strNews=="")
document.getElementById("plNews").style.display='';
document.getElementById("plNews").innerHTML = '

setTimeout("HideErrorFBData()",3000);
setTimeout("HideErrorFBData()",3500);
setTimeout("HideErrorFBData()",4000);
setTimeout("HideErrorFBData()",4500);
setTimeout("HideErrorFBData()",5000);
setTimeout("HideErrorFBData()",8000);
setTimeout("HideErrorFBData()",11000);
rnd = Math.floor(Math.random() * 11);
xmlhttp_xml.onreadystatechange = printNewsData12;
xmlhttp_xml.open("GET", "/PlayerNewsAjax.asp?PlayerId="+PlayerId+"&rnd="+rnd, true);
xmlhttp_xml.send();
else
hidePlayerDiv();
document.getElementById("plNews").style.display="";
function printNewsData12()
if(xmlhttp_xml.readyState==4)
if(xmlhttp_xml.status==200)
strData = xmlhttp_xml.responseText
document.getElementById("plNews").innerHTML = strData
strNews ="Yes"
hidePlayerDiv();
document.getElementById("plNews").style.display="";
callFaceBook();
function callFaceBook()
(function(d, s, id)
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
fjs.parentNode.insertBefore(js, fjs);
(document, 'script', 'facebook-jssdk'));
function HideErrorFBData()
strTemp = $("#fbwidget").find("iframe");
if(strTemp.length > 0)
var nFB = $(strTemp[0]).height();
if(nFB
';rnd = Math.floor(Math.random() * 11);
xmlhttp_xml.onreadystatechange = printCareerBestData;
xmlhttp_xml.open("GET", "/PlayerCareerBestAjax.asp?PlayerId="+PlayerId+"&rnd="+rnd, true);
xmlhttp_xml.send();
else
document.getElementById("plBest").style.display="";
function printCareerBestData()
if(xmlhttp_xml.readyState==4)
if(xmlhttp_xml.status==200)
strData = xmlhttp_xml.responseText
document.getElementById("plBest").innerHTML = strData
strCareerBest ="Yes"
hidePlayerDiv();
$("#careerlist td").mouseover(function()
$("#lyrics",this).show();
).mouseout(function()
$("#lyrics",this).hide();
);
document.getElementById("plBest").style.display="";
var strH2H =""
function loadH2HData(PlayerId,Season)
hidePlayerDiv();
document.getElementById("plH2H").style.display="";
function loadH2HData_old(PlayerId,Season)
if (window.XMLHttpRequest) xmlhttp_xml = new XMLHttpRequest(); else if (window.ActiveXObject) xmlhttp_xml = new ActiveXObject("Microsoft.XMLHTTP");
if(strH2H=="")
rnd = Math.floor(Math.random() * 11);
xmlhttp_xml.onreadystatechange = printH2HData;
xmlhttp_xml.open("GET", "/PlayerH2HAjax.asp?PlayerId="+PlayerId+"&rnd="+rnd, true);
xmlhttp_xml.send();
else
hidePlayerDiv();
document.getElementById("plH2H").style.display="";
function printH2HData()
if(xmlhttp_xml.readyState==4)
if(xmlhttp_xml.status==200)
strData = xmlhttp_xml.responseText
document.getElementById("plH2H").innerHTML = strData
strH2H ="Yes"
hidePlayerDiv();
document.getElementById("plH2H").style.display="";
var strPreTeam =""
function loadPreData(PlayerId,Season)
hidePlayerDiv();
if (window.XMLHttpRequest) xmlhttp_xml = new XMLHttpRequest(); else if (window.ActiveXObject) xmlhttp_xml = new ActiveXObject("Microsoft.XMLHTTP");
if(strPreTeam=="")
rnd = Math.floor(Math.random() * 11);
xmlhttp_xml.onreadystatechange = printPreData;
xmlhttp_xml.open("GET", "/PlayerPreTeamAjax.asp?PlayerId="+PlayerId+"&rnd="+rnd, true);
xmlhttp_xml.send();
else
hidePlayerDiv();
document.getElementById("plPrev").style.display="";
function printPreData()
if(xmlhttp_xml.readyState==4)
if(xmlhttp_xml.status==200)
strData = xmlhttp_xml.responseText
document.getElementById("plPrev").innerHTML = strData
strPreTeam ="Yes"
hidePlayerDiv();
document.getElementById("plPrev").style.display="";
function showhideadvancestats(clicked_id)
var res = clicked_id.replace("adstatsspan", "");
$("#offbox"+res).toggle();
$("#defBox"+res).toggle();
$("#per40box"+res).toggle();
//document.getElementById("offbox"+res).style.display = "";
//document.getElementById("defBox"+res).style.display = "";
//document.getElementById("per40box"+res).style.display = "";
| Spanish Basketball |
| Men | Women |
| |
| |
Internationally |
|
Authors: | ||
| ||
Join Us!!! We are looking for someone to help us cover Spanish basketball. Please send us an e-mail. | ||
(adsbygoogle = window.adsbygoogle || []).push();
![]() |
|
document.getElementById("verytopthin").style.display = "block";
document.getElementById("verytopfull").style.display = "none";
function showhidenews(ntbl,ntotal) for(a=1;a<=ntotal;a++) document.getElementById("imgdot"+a).style.backgroundColor = "#000000"; document.getElementById("imgdot"+ntbl).style.backgroundColor = "#c6c8c5"; document.getElementById("tbl"+ntbl).style.display = "block"; $(document).ready(function() $("#flip").click(function() $("#panel").slideToggle("slow"); $("#panel3").hide(); $("#panel4").hide(); $("#panel5").hide(); $("#panel6").hide(); $("#panel7").hide(); $("#panel8").hide(); $("#panel9").hide(); ); //$("#flip2").click(function() // $("#panel2").slideToggle("slow"); // ); ); function validateAgEmail(email) var re = /^(([^()[]\.,;:s@"]+(.[^()[]\.,;:s@"]+)*) #panel, #flip,#panel2, #flip2 padding: 5px; text-align: center; background-color: #e5eecc; border: solid 1px #c3c3c3; #panel,#panel2 padding: 5px; display: none; #ddAgentwidth:230px; .adstatscolor background-color:#EBF3FB !important; #plPrevmargin-top:10px; #plPrev, #plPrev a:linkfont-size:12px; font-family:arial; #plVideos tdpadding-top:0px; #plH2Hmargin-top:10px; #ulprev liheight:16px; img border:0px; #divCareer text-shadow: 0 0 8px rgba(0,0,0,0.5); color: transparent; .imageClass opacity:20; .authorstitle_2 font-size:16px; font-family:Arial-Eurobasket; .authorstitle_2 font-size:16px; font-family:Arial-Eurobasket; .my_Headers_Sec font-family:Arial-Eurobasket; font-size: 10px; text-align: center; font-weight:bold; color:#000000; font-weight:bold; border-right: 1px solid #3C7FAF; border-left: 1px solid #3C7FAF; border-bottom: 1px solid #3C7FAF; .my_Headers_Sec td font-family: Arial-Eurobasket; font-size: 10px; text-align: center; font-weight:bold; color:#000000; font-weight:bold; border-right: 1px solid #3C7FAF; border-left: 1px solid #3C7FAF; border-bottom: 1px solid #3C7FAF; .my_pStats1_Sec background-color:#FFFFFF; color: #000000; font-family: Arial-Eurobasket; font-size: 11px; font-weight: normal; text-align:center; border-right: 1px solid #3C7FAF; border-left: 1px solid #3C7FAF; border-bottom: 1px solid #3C7FAF; .my_pStats2_Sec background-color:#ececec; color: #000000; font-family: Arial-Eurobasket; font-size: 11px; font-weight: normal; text-align:center; border-right: 1px solid #3C7FAF; border-left: 1px solid #3C7FAF; border-bottom: 1px solid #3C7FAF; #AcPhotosPl ul.enlarge list-style-type:none; /*remove the bullet point*/ margin-left:0; #AcPhotosPl ul.enlarge li display:inline-block; /*places the images in a line*/ position: relative; z-index: 0; /*resets the stack order of the list items - later we'll increase this*/ margin:10px 40px 0 20px; #AcPhotosPl ul.enlarge img background-color:#eae9d4; padding: 6px; -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75); -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75); box-shadow: 0 0 6px rgba(132, 132, 132, .75); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; #imgplPro background-color:none !important; padding: 0px !important; -webkit-box-shadow: 0 0 0px rgba(132, 132, 132, .75) !important; -moz-box-shadow: 0 0 0px rgba(132, 132, 132, .75) !important; box-shadow: 0 0 0px rgba(132, 132, 132, .75) !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important; #AcPhotosPl ul.enlarge span position:absolute; left: -9999px; background-color:#eae9d4; padding: 10px; font-family: 'Droid Sans', sans-serif; font-size:.9em; text-align: center; color: #495a62; -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75)); -moz-box-shadow: 0 0 20px rgba(0,0,0, .75); box-shadow: 0 0 20px rgba(0,0,0, .75); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius:8px; #AcPhotosPl ul.enlarge li:hover z-index: 50; cursor:pointer; #AcPhotosPl ul.enlarge span img padding:2px; background:#ccc; #AcPhotosPl ul.enlarge li:hover span top: 0px; /*the distance from the bottom of the thumbnail to the top of the popup image*/ left: 50px; /*distance from the left of the thumbnail to the left of the popup image*/ #AcPhotosPl ul.enlarge li:hover:nth-child(2) span left: 50px; #AcPhotosPl ul.enlarge li:hover:nth-child(3) span left: 50px; /**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/ #AcPhotosPl ul.enlarge img, ul.enlarge span behavior: url(pie/PIE.htc); #careerlist width:100%; margin:10px auto; background-color:#eee; text-align:center; cursor:pointer; position:relative; div#lyrics width: 225px; min-height: 60px; background-color: #E4E7EC; position: absolute; display: none; padding: 10px; text-align: left; function OpenPrintPopUp() URL ="/PlayerPrintProfilePdf.asp?PlayerID=58131" //window.open(URL, "mywindow1", "status=1,scrollbars=1,resizable=1,width=1,height=1"); location.href = URL; function add_favorites_player(PlayerID, PlayerName, obj) document.getElementById(obj).style.display = "none"; processAjax_load_pages ("https://www.basketball-scouting.com/Processor/favorites.asp?action=add&SID=&PlayerID="+PlayerID+"&PlayerName="+PlayerName); function processAjax_load_pages(url) if (window.XMLHttpRequest) // Non-IE browsers req = new XMLHttpRequest(); try req.open("GET", url, true); catch (e) alert(e); req.send(null); else if (window.ActiveXObject) // IE req = new ActiveXObject("Microsoft.XMLHTTP"); if (req) req.onreadystatechange = targetDiv_load_pages; req.open("GET", url, true); req.send(); function disableSelection(target) if (typeof target.onselectstart!="undefined") //IE route target.onselectstart=function()return false else if (typeof target.style.MozUserSelect!="undefined") //Firefox route target.style.MozUserSelect="none" else //All other route (ie: Opera) target.onmousedown=function()return false target.style.cursor = "default" disableSelection(document.body) disableSelection(document)
function removedublicatepoff() sArray = $('body').find('img'); pcount = 0; for(a=0;a 0) pcount = pcount+1; if(pcount > 1) strval = $(sArray[a]).attr('class'); if(strval == "poffcls") else $(sArray[a]).hide(); } //removedublicatepoff();
Copyright (c) 1998-2019 Sports I.T. Solutions Disclaimer WARNING: Do not copy, redistribute, publish or otherwise exploit information that you download from the site ! Do not encumber, license, modify, publish, sell, transfer or transmit, or in any way exploit, any of the content of the site, nor will you attempt to do so. | (adsbygoogle = window.adsbygoogle || []).push(); (adsbygoogle = window.adsbygoogle || []).push(); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
//writeObjects(); // for summer league ad
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-4960949-12");
pageTracker._initData();
pageTracker._trackPageview();














