<meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NJDQ3X7');</script> <!-- End Google Tag Manager -->

OIympic Basketball Teams (Men)  (By jy826 (22) on 12/17/2007)

Rating men's hoops squads of countries who competed at the Olympics 5 = Greatest of Olympic Teams
 
 
 
Item (Reviews)RatingsShare Your
Opinion
Rating
Widget
2008 United States (1)  5.00 (3)   Rate It!Get Rating Widget!
1992 USA (1)  5.00 (2)   Rate It!Get Rating Widget!
1960 USA (0)  5.00 (1)   Rate It!Get Rating Widget!
1984 USA (1)  5.00 (1)   Rate It!Get Rating Widget!
1988 Soviet Union (1)  5.00 (1)   Rate It!Get Rating Widget!
1996 United States (1)  5.00 (1)   Rate It!Get Rating Widget!
2004 Argentina (0)  5.00 (1)   Rate It!Get Rating Widget!
1972 United States (1)  4.00 (1)   Rate It!Get Rating Widget!
1988 Yugoslavia (0)  4.00 (1)   Rate It!Get Rating Widget!
2000 United States (1)  4.00 (1)   Rate It!Get Rating Widget!
1988 USA (1)  3.00 (1)   Rate It!Get Rating Widget!
2000 Lithuania (0)  3.00 (1)   Rate It!Get Rating Widget!
2008 Spain (1)  2.50 (2)   Rate It!Get Rating Widget!
2004 USA (1)  2.00 (1)   Rate It!Get Rating Widget!
1972 Cuba (0)  0.00 (0)   Rate It!Get Rating Widget!
1972 Italy (0)  0.00 (0)   Rate It!Get Rating Widget!
1972 Soviet Union (0)  0.00 (0)   Rate It!Get Rating Widget!
1976 Canada (0)  0.00 (0)   Rate It!Get Rating Widget!
1976 Soviet Union (0)  0.00 (0)   Rate It!Get Rating Widget!
1976 United States (0)  0.00 (0)   Rate It!Get Rating Widget!
1980 Italy (0)  0.00 (0)   Rate It!Get Rating Widget!
1980 Soviet Union (0)  0.00 (0)   Rate It!Get Rating Widget!
1980 Spain (0)  0.00 (0)   Rate It!Get Rating Widget!
1980 Yugoslavia (0)  0.00 (0)   Rate It!Get Rating Widget!
1984 Spain (0)  0.00 (0)   Rate It!Get Rating Widget!
1984 Yugoslavia (0)  0.00 (0)   Rate It!Get Rating Widget!
1988 Australia (0)  0.00 (0)   Rate It!Get Rating Widget!
1988 Brazil (0)  0.00 (0)   Rate It!Get Rating Widget!
1992 Commonwealth of Independent States (0)  0.00 (0)   Rate It!Get Rating Widget!
1992 Croatia (0)  0.00 (0)   Rate It!Get Rating Widget!
1992 Germany (0)  0.00 (0)   Rate It!Get Rating Widget!
1992 Lithuania (0)  0.00 (0)   Rate It!Get Rating Widget!
1996 Australia (0)  0.00 (0)   Rate It!Get Rating Widget!
1996 Lithuania (0)  0.00 (0)   Rate It!Get Rating Widget!
1996 Yugoslavia (0)  0.00 (0)   Rate It!Get Rating Widget!
2000 France (0)  0.00 (0)   Rate It!Get Rating Widget!
2004 Italy (0)  0.00 (0)   Rate It!Get Rating Widget!
2004 Lithuania (0)  0.00 (0)   Rate It!Get Rating Widget!
1-38 OF 38View All
Browse next Topic:
Olympic Additions
0 Sort Items by:
<!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NJDQ3X7" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <style media="screen"> #mypopups-substrate-60107 { display: none;max-width: calc(100vw - 100px); } #mypopups-modal-60107 { display: none; } #mypopups-substrate-60107 { display: block; } </style> <script type="text/javascript"> function _getRand(min, max) { return Math.floor(Math.random() * (max - min + 1) ) + min; } function _getStars() { let completeRating = _getRand(1, 50); let partialRating = completeRating % 10; let partial = `active0${partialRating}`; let rating = parseInt(completeRating / 10); let div = document.createElement('DIV'); div.classList.add('rated'); let span_terrible = document.createElement('SPAN'); span_terrible.setAttribute('title', 'Terrible'); let span_bad = document.createElement('SPAN'); span_bad.setAttribute('title', 'Bad'); let span_ok = document.createElement('SPAN'); span_ok.setAttribute('title', 'Ok'); let span_good = document.createElement('SPAN'); span_good.setAttribute('title', 'Good'); let span_great = document.createElement('SPAN'); span_great.setAttribute('title', 'Great!'); let partial_given = false; if (rating >= 1) { span_terrible.classList.add('active10'); } else if (partialRating > 0 && !partial_given) { span_terrible.classList.add(partial); partial_given = true; } if (rating >= 2) { span_bad.classList.add('active10'); } else if (partialRating > 0 && !partial_given) { span_bad.classList.add(partial); partial_given = true; } if (rating >= 3) { span_ok.classList.add('active10'); } else if (partialRating > 0 && !partial_given) { span_ok.classList.add(partial); partial_given = true; } if (rating >= 4) { span_good.classList.add('active10'); } else if (partialRating > 0 && !partial_given) { span_good.classList.add(partial); partial_given = true; } if (rating >= 5) { span_great.classList.add('active10'); } else if (partialRating > 0 && !partial_given) { span_great.classList.add(partial); partial_given = true; } div.appendChild(span_terrible); div.appendChild(span_bad); div.appendChild(span_ok); div.appendChild(span_good); div.appendChild(span_great); return { div: div, rating: rating, completeRating: completeRating } } let byRating = [ 'Terrible', 'Terrible', 'Bad', 'Ok', 'Good', 'Great!' ]; let stars = document.querySelectorAll('.stars'); let largeStars = document.querySelectorAll('.largeStars'); stars.forEach((el) => { if (!el.querySelector('.rated')) { let rate = _getStars(); let text = byRating[rate.rating]; el.appendChild(rate.div); let starDesc = el.querySelector('.starDesc'); if (starDesc) { starDesc.innerText = text; } } }); largeStars.forEach((el) => { if (!el.querySelector('.rated')) { let rate = _getStars(); let text = byRating[rate.rating]; el.appendChild(rate.div); let avgparent = el.closest('.rating').querySelector('.average'); if (avgparent) { avgparent.innerText = (rate.completeRating / 10).toFixed(2); } let countparent = el.closest('.rating').querySelector('b.count'); if (countparent) { countparent.innerText = _getRand(12, 582); } } }); </script> <script src="https://mypopups.com/api/embed/element?sub=c3db8944-cc82-11ec-a8ad-005056008dab-eoksmsosoq"></script> <script type="text/javascript" defer> (function() { var mCheck; function checkForModal() { let screenWidth = Math.max( // document.body.scrollWidth, // document.documentElement.scrollWidth, document.body.offsetWidth, // document.documentElement.offsetWidth, document.documentElement.clientWidth ); if (screenWidth > 768) { if (typeof showModal60107 == 'function') { showModal60107(); clearInterval(mCheck); let modal = document.querySelector("#mypopups-modal-60107"); let substrate = document.querySelector("#mypopups-substrate-60107"); if (modal && substrate) { modal.style.position = 'relative'; substrate.style.position = 'relative'; modal.style.display = 'block'; substrate.style.display = 'block'; } else { // console.log('Modal not found.'); } } } else { if (typeof showModal60125 == 'function') { showModal60125(); clearInterval(mCheck); let modal = document.querySelector("#mypopups-modal-60125"); let substrate = document.querySelector("#mypopups-substrate-60125"); if (modal && substrate) { modal.style.position = 'relative'; substrate.style.position = 'relative'; modal.style.display = 'block'; substrate.style.display = 'block'; modal.style.height = '50vh'; modal.style.transform = ''; } else { // console.log('Modal not found.'); } } } } mCheck = setInterval(checkForModal, 300); })(); </script>