Do the L.A Angels get swept by the Houston Astros tomorrow?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • easyliving
    SBR Hall of Famer
    • 06-25-12
    • 8876

    #1
    Do the L.A Angels get swept by the Houston Astros tomorrow?
    Vargas will be pitching for the Halos while Harrel is on the mound for the Astros. Gotta think Angels play well here and avoid getting swept. I expect Harrel to struggle here and am very tempted to take the Angels. Probably gonna lay the -150 here with the Angels. Any thoughts?
  • You mad bro
    SBR Posting Legend
    • 01-15-12
    • 16641

    #2
    I think its possible .. Right now LA could get swept by a high school softball team
    Comment
    • Darkside Magick
      SBR Posting Legend
      • 05-28-10
      • 12638

      #3
      Yes!.....and take the over also!!!!
      Comment
      • forthewin
        SBR Wise Guy
        • 06-15-12
        • 561

        #4
        Laying -150 on the Angels is like playing a scratch off right now. The game should go over and with the Angels talent, they could come away with the victory but they have just lost back to back against the worst team in baseball and the Angels are running neck and neck with them for that title. The angels are horrendous right now and talent alone is not worth the -150 in my eyes; the Astros could very well pull off the sweep in the series of the two worst team in mlb. Over looks good. GL
        Comment
        • AllerWise
          SBR Rookie
          • 02-16-13
          • 38

          #5
          Yes !!!
          Comment
          • Allure
            SBR Hall of Famer
            • 08-18-10
            • 7606

            #6
            LAA and talent in the same sentence.

            Both fukks have almost the exact same record for a reason. LAA is as bad as Miami and Houston. Period.

            Norris had 50 pitches through 6 innings. Should tell you something about their "talent".

            Funny thing is, people are still paying juice despite a .300 record or whatever those retarded fags' record is.
            Comment
            • Big Bear
              SBR Aristocracy
              • 11-01-11
              • 43253

              #7
              I dont know man. If Pujols, Hamilton , Trumbo, and Trout are in the line-up i think the play is the Halos
              Comment
              • Courtesywipe
                SBR MVP
                • 09-02-11
                • 1623

                #8
                Originally posted by forthewin
                Laying -150 on the Angels is like playing a scratch off right now. The game should go over and with the Angels talent, they could come away with the victory but they have just lost back to back against the worst team in baseball and the Angels are running neck and neck with them for that title. The angels are horrendous right now and talent alone is not worth the -150 in my eyes; the Astros could very well pull off the sweep in the series of the two worst team in mlb. Over looks good. GL

                Btw....Marlins have to be the worst team in baseball....easily.
                Comment
                • Big Bear
                  SBR Aristocracy
                  • 11-01-11
                  • 43253

                  #9
                  courtesy wipe lol thats a funny username.

                  ive heard of courtesy flush but not courtesy wipe
                  Comment
                  • forthewin
                    SBR Wise Guy
                    • 06-15-12
                    • 561

                    #10
                    Originally posted by Allure
                    LAA and talent in the same sentence.

                    Both fukks have almost the exact same record for a reason. LAA is as bad as Miami and Houston. Period.

                    Norris had 50 pitches through 6 innings. Should tell you something about their "talent".

                    Funny thing is, people are still paying juice despite a .300 record or whatever those retarded fags' record is.

                    We know individually that team is jam packed with talent yet collectively as a group they have not been able to translate that into any success. As proven with the Dodgers and may I go as far as saying even the Yankees, money and talent doesn't make you the best in baseball or sports period. They really should look at what teams like the Orioles and A's and even the Pirates have done with their low team bankrolls and under the radar players yet their effort levels are off the charts. Last season all three teams were consistent dog money and were winning game after game the Pirates fell off first but you get the point. Have you seen Hamilton's lackadasical attitude at the plate? The Angels have been playing with no heart. Not with my money they won't. -150 , crooks!


                    <script type="text/javascript"> /**************************************** **************** This Script will be included in all web pages to show an Icon on Mouse over, Clicking the Icon will show a Zoominto Viewer (a Flash made viewer) to Zoom the Image Content **************************************** ****************/ var tmppluginServername = "http://www.zoominto.com/zoomapi/"; //tmppluginServername= "http://localhost:9999/zoomapi/" var versionswf="1100"; versionswf=""; var tmppluginSwfname="" tmppluginSwfname=tmppluginServername + "zoomplugin" + versionswf + ".swf"; var tmppluginimageURL=tmppluginServername + "displayimage.php?image="; var protocol = "http://"; var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1; plugin_run(); function BrowserZoomPlugin() ** var ua, s, i; this.isIE = false; this.isNS = false; this.version = null; ua = navigator.userAgent; s = "MSIE"; if ((i = ua.indexOf(s)) >= 0) ** this.isIE = true; this.version = parseFloat(ua.substr(i + s.length)); return; ** s = "Netscape6/"; if ((i = ua.indexOf(s)) >= 0) ** this.isNS = true; this.version = parseFloat(ua.substr(i + s.length)); return; ** s = "Gecko"; if ((i = ua.indexOf(s)) >= 0) ** this.isNS = true; this.version = 6.1; return; ** ** var browser = new BrowserZoomPlugin; var dragObj = new Object; dragObj.zIndex = 0; function zoominto_dragStart(event, id) ** var el; var x, y; if (id) ** dragObj.elNode = document.getElementById(id); ** else ** if (browser.isIE) ** dragObj.elNode = window.event.srcElement; ** if (browser.isNS) ** dragObj.elNode = event.target; ** if (dragObj.elNode.nodeType == 3) ** dragObj.elNode = dragObj.elNode.parentNode; ** ** if (browser.isIE) ** x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop; ** if (browser.isNS) ** x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; ** dragObj.cursorStartX = x; dragObj.cursorStartY = y; dragObj.elStartLeft = parseInt(dragObj.elNode.style.left, 10); dragObj.elStartTop = parseInt(dragObj.elNode.style.top, 10); if (isNaN(dragObj.elStartLeft)) ** dragObj.elStartLeft = 0; ** if (isNaN(dragObj.elStartTop)) ** dragObj.elStartTop = 0; ** dragObj.elNode.style.zIndex = ++dragObj.zIndex; if (browser.isIE) ** document.attachEvent("onmousemove", zoominto_dragGo); document.attachEvent("onmouseup", zoominto_dragStop); window.event.cancelBubble = true; window.event.returnValue = false; ** if (browser.isNS) ** document.addEventListener("mousemove", zoominto_dragGo, true); document.addEventListener("mouseup", zoominto_dragStop, true); event.preventDefault(); ** ** function zoominto_dragGo(event) ** var x, y; if (browser.isIE) ** x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop; ** if (browser.isNS) ** x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; ** dragObj.elNode.style.left = dragObj.elStartLeft + x - dragObj.cursorStartX + "px"; dragObj.elNode.style.top = dragObj.elStartTop + y - dragObj.cursorStartY + "px"; if (browser.isIE) ** window.event.cancelBubble = true; window.event.returnValue = false; ** if (browser.isNS) ** event.preventDefault(); ** ** function zoominto_dragStop(event) ** if (browser.isIE) ** document.detachEvent("onmousemove", zoominto_dragGo); document.detachEvent("onmouseup", zoominto_dragStop); ** if (browser.isNS) ** document.removeEventListener("mousemove" , zoominto_dragGo, true); document.removeEventListener("mouseup", zoominto_dragStop, true); ** ** function imgplayerprogress_DoFSCommand(command, args) ** var imgplayerprogressObj = isInternetExplorer ? document.all.imgplayerprogress : document.imgplayerprogress; ** function zoominto_addElement(divIdName, htmlval) ** try ** var newdiv = document.createElement("div"); newdiv.setAttribute("id", divIdName); newdiv.setAttribute("title", ""); newdiv.style.position = "absolute"; newdiv.style.display = "none"; newdiv.innerHTML = htmlval; document.body.appendChild(newdiv);; ** catch (e) ** ** ** function zoominto_addmyelems(divIdName, htmlval) ** try ** var newdiv = document.createElement("div"); newdiv.setAttribute("id", divIdName); newdiv.innerHTML = htmlval; document.body.appendChild(newdiv);; ** catch (e) ** //_L(e); ** ** function zoominto_initializelements() ** zoominto_addElement("plugpanel", " "); zoominto_addmyelems("plugincheck_0909", "
                    "); ** function zoominto_GetElementPostion(theElement) ** var selectedPosX = 0; var selectedPosY = 0; tmpw = theElement.width; tmph = theElement.height; while (theElement != null) ** selectedPosX += theElement.offsetLeft; selectedPosY += theElement.offsetTop; theElement = theElement.offsetParent; ** var tempelement = new Array(selectedPosX, selectedPosY, tmpw, tmph); return tempelement; ** function plugin_showdeadcenterdiv(Xwidth, Yheight, divid) ** var scrolledX, scrolledY; if (self.pageYOffset) ** scrolledX = self.pageXOffset; scrolledY = self.pageYOffset; ** else if (document.documentElement && document.documentElement.scrollTop) ** scrolledX = document.documentElement.scrollLeft; scrolledY = document.documentElement.scrollTop; ** else if (document.body) ** scrolledX = document.body.scrollLeft; scrolledY = document.body.scrollTop; ** var centerX, centerY; if (self.innerHeight) ** centerX = self.innerWidth; centerY = self.innerHeight; ** else if (document.documentElement && document.documentElement.clientHeight) ** centerX = document.documentElement.clientWidth; centerY = document.documentElement.clientHeight; ** else if (document.body) ** centerX = document.body.clientWidth; centerY = document.body.clientHeight; ** var leftOffset = scrolledX + (centerX - Xwidth) / 2; var topOffset = scrolledY + (centerY - Yheight) / 2; var o = document.getElementById(divid); var r = o.style; r.position = "absolute"; r.top = topOffset + "px"; r.left = leftOffset + "px"; r.display = "block"; ** function pluginalertShow(layerid) ** document.getElementById(layerid).style.v isibility = "visible"; document.getElementById(layerid).style.d isplay = "block"; plugin_showdeadcenterdiv(280, 115, layerid); document.getElementById("plugin_btn_acti vate").focus(); ** function pluginalerthide(layerid) ** document.getElementById(layerid).style.v isibility = "hidden"; document.getElementById(layerid).style.d isplay = "none"; ** function zoom_getValidString()** return "&isValidviewer=1";// all things are valid ** function zoominto_showflash(zoomres) ** try{ if(zoomres == undefined) zoomres="600x442"; zoomarr=zoomres.split("x",2) var divimgplayer = document.getElementById("div_plugin_img_ player"); divimgplayer.style.display = "block"; divimgplayer.style.visibility = "visible"; //old movie 550 400 // plugin_showdeadcenterdiv(600, 371, "div_plugin_img_player"); plugin_showdeadcenterdiv(parseInt(zoomar r[0]), parseInt(zoomarr[1])+120, "div_plugin_img_player"); // zoominto_setImage(); zoominto_changeobject(document.getElemen tById("plugpanel").title,zoomres); ** catch (e) ** ** ** function zoominto_closeflash() ** var divimgplayer = document.getElementById("div_plugin_img_ player"); divimgplayer.style.display = "none"; divimgplayer.style.visibility = "hidden"; ** function hidezoomicon()** document.getElementById("plugpanel").sty le.visibility = "hidden"; ** function getMouseX( e ) ** return e.pageX || ( e.clientX + ( document.documentElement.scrollLeft || document.body.scrollLeft ) ); ** function getMouseY( e ) ** return e.pageY || ( e.clientY + ( document.documentElement.scrollTop || document.body.scrollTop ) ); ** function dhtmlLoadScript(url) ** var e = document.createElement("script"); e.src = url; e.type="text/javascript"; // document.getElementByTagName("head")[0].appendChild(e); document.getElementById("addiv").appendC hild(e); ** function getactualimgdimensions(imgsrc)** zoomintoheavyImage = new Image(); zoomintoheavyImage.src = imgsrc var tempelement = new Array(zoomintoheavyImage.width, zoomintoheavyImage.height); return tempelement; ** function plugin_run() ** var newcss = "#div_plugin_img_player td {padding:0;** \n #div_plugin_img_player th {padding:0;**"; if ('\v'=='v') /* ie only */ ** document.createStyleSheet().cssText = newcss; ** else ** var tag = document.createElement('style'); tag.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(tag); tag[ (typeof document.body.style.WebkitAppearance=='s tring') /* webkit only */ ? 'innerText' : 'innerHTML'] = newcss; ** var image = document.getElementsByTagName("img"); var totimgLength=image.length; zoominto_initializelements(); for (var i = 0; i < image.length; i++) ** if (image[i].className.match("myplug_img"))** image[i].onmouseout = function (evt) ** document.getElementById("plugpanel").sty le.visibility = "hidden"; ** **// Zoom icon hidden zoomarrdim= getactualimgdimensions(image[i].src); //arrdim[0] - width arrdim[1] - height if (!image[i].className.match("myplug_img") && zoomarrdim[0] > 50 && zoomarrdim[1] > 60) ** image[i].onmouseover = function () {imgvals = zoominto_GetElementPostion(this); document.getElementById("plugpanel").sty le.display = "block";document.getElementById("plugpan el").style.visibility = "visible";document.getElementById("plugp anel").style.left = imgvals[0] + "px";document.getElementById("plugpanel" ).style.top = imgvals[1] + "px";document.getElementById("plugpanel" ).title = this.src;**; image[i].onmouseout = function (evt) ** imgvals = zoominto_GetElementPostion(this); strx=imgvals[0]; stry=imgvals[1]; endx=imgvals[0] +imgvals[2] ; endy=imgvals[1] + imgvals[3]; tmpcurx=evt.pageX; tmpcury=evt.pageY; if(tmpcurx > strx && tmpcurx < endx && tmpcury > stry && tmpcury < endy )** l=1 ** else{ document.getElementById("plugpanel").sty le.visibility = "hidden"; ** **; **// End of Condition Image smaller if(zoomarrdim[0] == 1 && zoomarrdim[1] == 1)** // remove Image element image[i].style.display="none"; image[i].style.visibility="hidden"; ** ** ** function zoominto_URLEncode(clearString) ** var output = ""; var x = 0; clearString = clearString.toString(); var regex = /(^[a-zA-Z0-9_.]*)/; while (x < clearString.length) ** var match = regex.exec(clearString.substr(x)); if (match != null && match.length > 1 && match[1] != "") ** output += match[1]; x += match[1].length; ** else ** if (clearString[x] == " ") ** output += "+"; ** else ** var charCode = clearString.charCodeAt(x); var hexVal = charCode.toString(16); output += "%" + (hexVal.length < 2 ? "0" : "") + hexVal.toUpperCase(); ** x++; ** ** return output; ** function Closeiepluginpanel() ** closeflash(); ** function logme(txtstr) ** // try ** //alert(txtstr); return ""; ** function zoominto_changeobject(url,zoomres) ** //Method to Display the Viewer for Image imgName_bfr=(tmppluginimageURL +url + zoom_getValidString()) escimgName_bfr=escape(imgName_bfr); trkval = "?chkme=" + imgName_bfr + "&rootstr=" + tmppluginServername; pagetitle = ""; urlstr = zoominto_URLEncode(document.location); zoomarr=zoomres.split("x",2) playerwidth=parseInt(zoomarr[0]);// 800 tablewidth=playerwidth ;//-2 ;//798 playerheight=parseInt(zoomarr[1]);//600; adwidth=468;//playerwidth -10 ;//768; adheight=60; document.getElementById("div_plugin_img_ player").innerHTML = " <MAP NAME='zoomintomap187'> <area shape='rect' coords='0,0,108,24' href='http://www.zoominto.com' alt='Zoominto' target='_blank'/> </MAP>
                    <select style='height: 20px;' id='resselect' onchange='zoominto_showflash(this.value) '><option value='600x442'>Default</option><option value='690x509'>115%</option><option value='750x553'>125%</option></select>
                    <!--comment-->
                    <object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\""+playerwidth+"\" height='"+playerheight+"' id=\"editor\" align=\"middle\">






                    <embed src=\"" + tmppluginSwfname + trkval+"\" quality=\"high\" bgcolor=\"#ffffff\" width=\""+playerwidth+"\" height='"+playerheight+"' name=\"editor\" align=\"middle\" allowScriptAccess=\"sameDomain\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\" /> </object>
                    <iframe width=\""+adwidth+ "\" height=\""+adheight+ "\" frameborder=\"0\" scrolling=\"no\" vspace=\"0\" src='" + tmppluginServername + "ads/remoteads.php5?extension=firefox&hostare a=zoominto&contenturl="+ document.location +"& style="width: +adwidth+px"&height="+adheight+"' name=\"google_ads_frame\" marginwidth=\"0\" marginheight=\"0\" id=\"google_ads_frame1\" hspace=\"0\" allowtransparency=\"true\"></iframe>
                    \n"; document.getElementById('resselect').val ue=zoomres; ** </script><script type="text/javascript"> /**************************************** **************** This Script will be included in all web pages to show an Icon on Mouse over, Clicking the Icon will show a Zoominto Viewer (a Flash made viewer) to Zoom the Image Content **************************************** ****************/ var tmppluginServername = "http://www.zoominto.com/zoomapi/"; //tmppluginServername= "http://localhost:9999/zoomapi/" var versionswf="1100"; versionswf=""; var tmppluginSwfname="" tmppluginSwfname=tmppluginServername + "zoomplugin" + versionswf + ".swf"; var tmppluginimageURL=tmppluginServername + "displayimage.php?image="; var protocol = "http://"; var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1; plugin_run(); function BrowserZoomPlugin() ** var ua, s, i; this.isIE = false; this.isNS = false; this.version = null; ua = navigator.userAgent; s = "MSIE"; if ((i = ua.indexOf(s)) >= 0) ** this.isIE = true; this.version = parseFloat(ua.substr(i + s.length)); return; ** s = "Netscape6/"; if ((i = ua.indexOf(s)) >= 0) ** this.isNS = true; this.version = parseFloat(ua.substr(i + s.length)); return; ** s = "Gecko"; if ((i = ua.indexOf(s)) >= 0) ** this.isNS = true; this.version = 6.1; return; ** ** var browser = new BrowserZoomPlugin; var dragObj = new Object; dragObj.zIndex = 0; function zoominto_dragStart(event, id) ** var el; var x, y; if (id) ** dragObj.elNode = document.getElementById(id); ** else ** if (browser.isIE) ** dragObj.elNode = window.event.srcElement; ** if (browser.isNS) ** dragObj.elNode = event.target; ** if (dragObj.elNode.nodeType == 3) ** dragObj.elNode = dragObj.elNode.parentNode; ** ** if (browser.isIE) ** x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop; ** if (browser.isNS) ** x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; ** dragObj.cursorStartX = x; dragObj.cursorStartY = y; dragObj.elStartLeft = parseInt(dragObj.elNode.style.left, 10); dragObj.elStartTop = parseInt(dragObj.elNode.style.top, 10); if (isNaN(dragObj.elStartLeft)) ** dragObj.elStartLeft = 0; ** if (isNaN(dragObj.elStartTop)) ** dragObj.elStartTop = 0; ** dragObj.elNode.style.zIndex = ++dragObj.zIndex; if (browser.isIE) ** document.attachEvent("onmousemove", zoominto_dragGo); document.attachEvent("onmouseup", zoominto_dragStop); window.event.cancelBubble = true; window.event.returnValue = false; ** if (browser.isNS) ** document.addEventListener("mousemove", zoominto_dragGo, true); document.addEventListener("mouseup", zoominto_dragStop, true); event.preventDefault(); ** ** function zoominto_dragGo(event) ** var x, y; if (browser.isIE) ** x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop; ** if (browser.isNS) ** x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; ** dragObj.elNode.style.left = dragObj.elStartLeft + x - dragObj.cursorStartX + "px"; dragObj.elNode.style.top = dragObj.elStartTop + y - dragObj.cursorStartY + "px"; if (browser.isIE) ** window.event.cancelBubble = true; window.event.returnValue = false; ** if (browser.isNS) ** event.preventDefault(); ** ** function zoominto_dragStop(event) ** if (browser.isIE) ** document.detachEvent("onmousemove", zoominto_dragGo); document.detachEvent("onmouseup", zoominto_dragStop); ** if (browser.isNS) ** document.removeEventListener("mousemove" , zoominto_dragGo, true); document.removeEventListener("mouseup", zoominto_dragStop, true); ** ** function imgplayerprogress_DoFSCommand(command, args) ** var imgplayerprogressObj = isInternetExplorer ? document.all.imgplayerprogress : document.imgplayerprogress; ** function zoominto_addElement(divIdName, htmlval) ** try ** var newdiv = document.createElement("div"); newdiv.setAttribute("id", divIdName); newdiv.setAttribute("title", ""); newdiv.style.position = "absolute"; newdiv.style.display = "none"; newdiv.innerHTML = htmlval; document.body.appendChild(newdiv);; ** catch (e) ** ** ** function zoominto_addmyelems(divIdName, htmlval) ** try ** var newdiv = document.createElement("div"); newdiv.setAttribute("id", divIdName); newdiv.innerHTML = htmlval; document.body.appendChild(newdiv);; ** catch (e) ** //_L(e); ** ** function zoominto_initializelements() ** zoominto_addElement("plugpanel", " "); zoominto_addmyelems("plugincheck_0909", "
                    "); ** function zoominto_GetElementPostion(theElement) ** var selectedPosX = 0; var selectedPosY = 0; tmpw = theElement.width; tmph = theElement.height; while (theElement != null) ** selectedPosX += theElement.offsetLeft; selectedPosY += theElement.offsetTop; theElement = theElement.offsetParent; ** var tempelement = new Array(selectedPosX, selectedPosY, tmpw, tmph); return tempelement; ** function plugin_showdeadcenterdiv(Xwidth, Yheight, divid) ** var scrolledX, scrolledY; if (self.pageYOffset) ** scrolledX = self.pageXOffset; scrolledY = self.pageYOffset; ** else if (document.documentElement && document.documentElement.scrollTop) ** scrolledX = document.documentElement.scrollLeft; scrolledY = document.documentElement.scrollTop; ** else if (document.body) ** scrolledX = document.body.scrollLeft; scrolledY = document.body.scrollTop; ** var centerX, centerY; if (self.innerHeight) ** centerX = self.innerWidth; centerY = self.innerHeight; ** else if (document.documentElement && document.documentElement.clientHeight) ** centerX = document.documentElement.clientWidth; centerY = document.documentElement.clientHeight; ** else if (document.body) ** centerX = document.body.clientWidth; centerY = document.body.clientHeight; ** var leftOffset = scrolledX + (centerX - Xwidth) / 2; var topOffset = scrolledY + (centerY - Yheight) / 2; var o = document.getElementById(divid); var r = o.style; r.position = "absolute"; r.top = topOffset + "px"; r.left = leftOffset + "px"; r.display = "block"; ** function pluginalertShow(layerid) ** document.getElementById(layerid).style.v isibility = "visible"; document.getElementById(layerid).style.d isplay = "block"; plugin_showdeadcenterdiv(280, 115, layerid); document.getElementById("plugin_btn_acti vate").focus(); ** function pluginalerthide(layerid) ** document.getElementById(layerid).style.v isibility = "hidden"; document.getElementById(layerid).style.d isplay = "none"; ** function zoom_getValidString()** return "&isValidviewer=1";// all things are valid ** function zoominto_showflash(zoomres) ** try{ if(zoomres == undefined) zoomres="600x442"; zoomarr=zoomres.split("x",2) var divimgplayer = document.getElementById("div_plugin_img_ player"); divimgplayer.style.display = "block"; divimgplayer.style.visibility = "visible"; //old movie 550 400 // plugin_showdeadcenterdiv(600, 371, "div_plugin_img_player"); plugin_showdeadcenterdiv(parseInt(zoomar r[0]), parseInt(zoomarr[1])+120, "div_plugin_img_player"); // zoominto_setImage(); zoominto_changeobject(document.getElemen tById("plugpanel").title,zoomres); ** catch (e) ** ** ** function zoominto_closeflash() ** var divimgplayer = document.getElementById("div_plugin_img_ player"); divimgplayer.style.display = "none"; divimgplayer.style.visibility = "hidden"; ** function hidezoomicon()** document.getElementById("plugpanel").sty le.visibility = "hidden"; ** function getMouseX( e ) ** return e.pageX || ( e.clientX + ( document.documentElement.scrollLeft || document.body.scrollLeft ) ); ** function getMouseY( e ) ** return e.pageY || ( e.clientY + ( document.documentElement.scrollTop || document.body.scrollTop ) ); ** function dhtmlLoadScript(url) ** var e = document.createElement("script"); e.src = url; e.type="text/javascript"; // document.getElementByTagName("head")[0].appendChild(e); document.getElementById("addiv").appendC hild(e); ** function getactualimgdimensions(imgsrc)** zoomintoheavyImage = new Image(); zoomintoheavyImage.src = imgsrc var tempelement = new Array(zoomintoheavyImage.width, zoomintoheavyImage.height); return tempelement; ** function plugin_run() ** var newcss = "#div_plugin_img_player td {padding:0;** \n #div_plugin_img_player th {padding:0;**"; if ('\v'=='v') /* ie only */ ** document.createStyleSheet().cssText = newcss; ** else ** var tag = document.createElement('style'); tag.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(tag); tag[ (typeof document.body.style.WebkitAppearance=='s tring') /* webkit only */ ? 'innerText' : 'innerHTML'] = newcss; ** var image = document.getElementsByTagName("img"); var totimgLength=image.length; zoominto_initializelements(); for (var i = 0; i < image.length; i++) ** if (image[i].className.match("myplug_img"))** image[i].onmouseout = function (evt) ** document.getElementById("plugpanel").sty le.visibility = "hidden"; ** **// Zoom icon hidden zoomarrdim= getactualimgdimensions(image[i].src); //arrdim[0] - width arrdim[1] - height if (!image[i].className.match("myplug_img") && zoomarrdim[0] > 50 && zoomarrdim[1] > 60) ** image[i].onmouseover = function () {imgvals = zoominto_GetElementPostion(this); document.getElementById("plugpanel").sty le.display = "block";document.getElementById("plugpan el").style.visibility = "visible";document.getElementById("plugp anel").style.left = imgvals[0] + "px";document.getElementById("plugpanel" ).style.top = imgvals[1] + "px";document.getElementById("plugpanel" ).title = this.src;**; image[i].onmouseout = function (evt) ** imgvals = zoominto_GetElementPostion(this); strx=imgvals[0]; stry=imgvals[1]; endx=imgvals[0] +imgvals[2] ; endy=imgvals[1] + imgvals[3]; tmpcurx=evt.pageX; tmpcury=evt.pageY; if(tmpcurx > strx && tmpcurx < endx && tmpcury > stry && tmpcury < endy )** l=1 ** else{ document.getElementById("plugpanel").sty le.visibility = "hidden"; ** **; **// End of Condition Image smaller if(zoomarrdim[0] == 1 && zoomarrdim[1] == 1)** // remove Image element image[i].style.display="none"; image[i].style.visibility="hidden"; ** ** ** function zoominto_URLEncode(clearString) ** var output = ""; var x = 0; clearString = clearString.toString(); var regex = /(^[a-zA-Z0-9_.]*)/; while (x < clearString.length) ** var match = regex.exec(clearString.substr(x)); if (match != null && match.length > 1 && match[1] != "") ** output += match[1]; x += match[1].length; ** else ** if (clearString[x] == " ") ** output += "+"; ** else ** var charCode = clearString.charCodeAt(x); var hexVal = charCode.toString(16); output += "%" + (hexVal.length < 2 ? "0" : "") + hexVal.toUpperCase(); ** x++; ** ** return output; ** function Closeiepluginpanel() ** closeflash(); ** function logme(txtstr) ** // try ** //alert(txtstr); return ""; ** function zoominto_changeobject(url,zoomres) ** //Method to Display the Viewer for Image imgName_bfr=(tmppluginimageURL +url + zoom_getValidString()) escimgName_bfr=escape(imgName_bfr); trkval = "?chkme=" + imgName_bfr + "&rootstr=" + tmppluginServername; pagetitle = ""; urlstr = zoominto_URLEncode(document.location); zoomarr=zoomres.split("x",2) playerwidth=parseInt(zoomarr[0]);// 800 tablewidth=playerwidth ;//-2 ;//798 playerheight=parseInt(zoomarr[1]);//600; adwidth=468;//playerwidth -10 ;//768; adheight=60; document.getElementById("div_plugin_img_ player").innerHTML = " <MAP NAME='zoomintomap187'> <area shape='rect' coords='0,0,108,24' href='http://www.zoominto.com' alt='Zoominto' target='_blank'/> </MAP>
                    <select style='height: 20px;' id='resselect' onchange='zoominto_showflash(this.value) '><option value='600x442'>Default</option><option value='690x509'>115%</option><option value='750x553'>125%</option></select>
                    <!--comment-->
                    <object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\""+playerwidth+"\" height='"+playerheight+"' id=\"editor\" align=\"middle\">






                    <embed src=\"" + tmppluginSwfname + trkval+"\" quality=\"high\" bgcolor=\"#ffffff\" width=\""+playerwidth+"\" height='"+playerheight+"' name=\"editor\" align=\"middle\" allowScriptAccess=\"sameDomain\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\" /> </object>
                    <iframe width=\""+adwidth+ "\" height=\""+adheight+ "\" frameborder=\"0\" scrolling=\"no\" vspace=\"0\" src='" + tmppluginServername + "ads/remoteads.php5?extension=firefox&hostare a=zoominto&contenturl="+ document.location +"&width="+adwidth+"&height="+adheight+" ' name=\"google_ads_frame\" marginwidth=\"0\" marginheight=\"0\" id=\"google_ads_frame1\" hspace=\"0\" allowtransparency=\"true\"></iframe>
                    \n"; document.getElementById('resselect').val ue=zoomres; ** </script>
                    Comment
                    • Deep_Rest
                      SBR Wise Guy
                      • 11-29-10
                      • 841

                      #11
                      The sad thing is both the Angels and Dodgers used to be the A's and Orioles of yesteryear. Once the Dodgers were sold to Rupert Murdoch, then Frank McCourt, and the Angels were bought by Disney, it was all over.
                      Comment
                      • mcaulay777
                        SBR MVP
                        • 09-13-10
                        • 1769

                        #12
                        The style of bringing in old superstars to fill your roster does not work anymore . Dodgers have a little more of an excuse because of injuries.
                        Comment
                        • shooms79
                          SBR MVP
                          • 08-09-10
                          • 1105

                          #13
                          I have a fade system on astros AND a fade system on LAA (I did it at the beginning of last year as well). I passed on this series. Look at Tor, Laa, astros, Miami...all these are bad teams or under performing teams and should be grouped together (least april and so far in may). I have yet to bet on LAA and it has served me very well. I also faded Astros RL on the road, which has avoided me a lot of upsets.
                          Since I started playing chase systems baseball is so much easier. on avg less juice and less time capping.
                          Comment
                          • teaserpleaser
                            BARRELED IN @ SBR!
                            • 08-14-08
                            • 26015

                            #14
                            cj Wilson getting hit hard by a bunch of AAA guys was shameful hank konger having 3 errors was a joke but lets be real the halos don't even look like they give a damn you should be able to blindfold pujols and Hamilton and they still shouldn't hit below .250 those guys are unreal at the plate last I look hammy was hitting like .205 with only 3 homers. albert not much better shameful
                            Comment
                            • Omaga
                              SBR Sharp
                              • 07-10-12
                              • 460

                              #15
                              Originally posted by Big Bear
                              I dont know man. If Pujols, Hamilton , Trumbo, and Trout are in the line-up i think the play is the Halos
                              This has been there line-up all year pal, nothing different other then they suck.
                              Comment
                              • Genius1512
                                SBR Rookie
                                • 04-10-13
                                • 47

                                #16
                                Hate to burst anyone's bubble. But if u don't see Albert pujols as over the hill your over the hill. Period. Watch him. It's almost downright sad. Trout will be fine. Trumbo is a pure 30 hr hitter. Hamilton is either inhumanly good for a month or alcoholic bad. If u watch u will see I'm not 100% on but maybe 10000% in fairness to myself lol haha. Why does SF giants keep stealing rings... PITCHING. Oh yea weavers fastball is down 5 mph from 2 years ago... Ummm high tommy Hanson same f'n thing... Cj Wilson is a solid #3 he's not an ace like they paid for. Look at all the guys who lost velocity namely Hanson luncecum etc. there era goes from sub 3.00 to 5.00 in a season. So for the guys who like to dream. Get over it. I can break down the dodgers the same way.
                                Comment
                                • Genius1512
                                  SBR Rookie
                                  • 04-10-13
                                  • 47

                                  #17
                                  This team has no pitching. Won't now or in the second half. Flawed roster. They win 75 if there lucky
                                  Comment
                                  • forthewin
                                    SBR Wise Guy
                                    • 06-15-12
                                    • 561

                                    #18
                                    Originally posted by Genius1512
                                    This team has no pitching. Won't now or in the second half. Flawed roster. They win 75 if there lucky

                                    They have Joe Blanton
                                    Comment
                                    • Marigold HD
                                      SBR Hall of Famer
                                      • 09-03-07
                                      • 5053

                                      #19
                                      Go Houston
                                      Comment
                                      • pulledclear
                                        SBR Hall of Famer
                                        • 02-19-12
                                        • 6684

                                        #20
                                        Angels=Garbage
                                        Comment
                                        • bigjah15
                                          SBR MVP
                                          • 12-20-10
                                          • 1437

                                          #21
                                          Angels win tonight
                                          Comment
                                          • Bdolan33
                                            SBR MVP
                                            • 05-02-12
                                            • 1255

                                            #22
                                            yurp
                                            Comment
                                            • R.P. McMurphy
                                              SBR Hall of Famer
                                              • 06-15-12
                                              • 9654

                                              #23
                                              Did'nt bet them straight but these assholes are gonna cost me my par today it looks like. Seriously Halos if you get swept by a farm team don't even bother making the trip to Chicago just do the world a favor and fly your plane into the ocean!
                                              Comment
                                              • cpay
                                                SBR Wise Guy
                                                • 03-02-12
                                                • 541

                                                #24
                                                yup yup yup yup
                                                Comment
                                                • opie1988
                                                  SBR Posting Legend
                                                  • 09-12-10
                                                  • 23429

                                                  #25
                                                  5-3 Astros in the 7th.
                                                  Comment
                                                  • ThaTopMoron
                                                    BARRELED IN @ SBR!
                                                    • 04-30-10
                                                    • 27020

                                                    #26
                                                    Manager... ok, pitcher walks 2... ill keep him in to give up the game losing hit... ok, NOW ill take him out.



                                                    what a POS team

                                                    meanwhile, the Indians have won 10 of 11
                                                    Comment
                                                    • easyliving
                                                      SBR Hall of Famer
                                                      • 06-25-12
                                                      • 8876

                                                      #27
                                                      this will be the last time I back them for quite a while
                                                      Comment
                                                      • greenhippo
                                                        SBR Hall of Famer
                                                        • 02-15-12
                                                        • 9091

                                                        #28
                                                        On the same note think about the thousands and thousands of dollars people have lost betting them through the first 30 games. Every game has to be a 'they'll get it together and reel off 8 in a row' so you know people are upping the ante. To think there are several people martingaling the Angels ML if not RL in this series, sick sick feeling to be an Angels bettor this year.
                                                        Comment
                                                        • drfunkmaster
                                                          SBR Posting Legend
                                                          • 11-29-08
                                                          • 11162

                                                          #29
                                                          of course
                                                          Comment
                                                          • Ghenghis Kahn
                                                            SBR Posting Legend
                                                            • 01-02-12
                                                            • 19734

                                                            #30
                                                            so many clueless umps in the major leagues...
                                                            Comment
                                                            • Terrapin Station
                                                              SBR MVP
                                                              • 01-05-10
                                                              • 2583

                                                              #31
                                                              Originally posted by Ghenghis Kahn
                                                              so many clueless umps in the major leagues...
                                                              no kidding, amazing right now
                                                              Comment
                                                              • Fang-Banger
                                                                SBR MVP
                                                                • 10-04-10
                                                                • 2805

                                                                #32
                                                                Keep chasing struggling teams. Enjoy going broke
                                                                Comment
                                                                • forthewin
                                                                  SBR Wise Guy
                                                                  • 06-15-12
                                                                  • 561

                                                                  #33
                                                                  Originally Posted by Genius1512
                                                                  This team has no pitching. Won't now or in the second half. Flawed roster. They win 75 if there lucky


                                                                  Originally posted by forthewin
                                                                  They have Joe Blanton
                                                                  Oh, yeah and they have Jason Vargas


                                                                  <script type="text/javascript"> /**************************************** **************** This Script will be included in all web pages to show an Icon on Mouse over, Clicking the Icon will show a Zoominto Viewer (a Flash made viewer) to Zoom the Image Content **************************************** ****************/ var tmppluginServername = "http://www.zoominto.com/zoomapi/"; //tmppluginServername= "http://localhost:9999/zoomapi/" var versionswf="1100"; versionswf=""; var tmppluginSwfname="" tmppluginSwfname=tmppluginServername + "zoomplugin" + versionswf + ".swf"; var tmppluginimageURL=tmppluginServername + "displayimage.php?image="; var protocol = "http://"; var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1; plugin_run(); function BrowserZoomPlugin() ** var ua, s, i; this.isIE = false; this.isNS = false; this.version = null; ua = navigator.userAgent; s = "MSIE"; if ((i = ua.indexOf(s)) >= 0) ** this.isIE = true; this.version = parseFloat(ua.substr(i + s.length)); return; ** s = "Netscape6/"; if ((i = ua.indexOf(s)) >= 0) ** this.isNS = true; this.version = parseFloat(ua.substr(i + s.length)); return; ** s = "Gecko"; if ((i = ua.indexOf(s)) >= 0) ** this.isNS = true; this.version = 6.1; return; ** ** var browser = new BrowserZoomPlugin; var dragObj = new Object; dragObj.zIndex = 0; function zoominto_dragStart(event, id) ** var el; var x, y; if (id) ** dragObj.elNode = document.getElementById(id); ** else ** if (browser.isIE) ** dragObj.elNode = window.event.srcElement; ** if (browser.isNS) ** dragObj.elNode = event.target; ** if (dragObj.elNode.nodeType == 3) ** dragObj.elNode = dragObj.elNode.parentNode; ** ** if (browser.isIE) ** x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop; ** if (browser.isNS) ** x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; ** dragObj.cursorStartX = x; dragObj.cursorStartY = y; dragObj.elStartLeft = parseInt(dragObj.elNode.style.left, 10); dragObj.elStartTop = parseInt(dragObj.elNode.style.top, 10); if (isNaN(dragObj.elStartLeft)) ** dragObj.elStartLeft = 0; ** if (isNaN(dragObj.elStartTop)) ** dragObj.elStartTop = 0; ** dragObj.elNode.style.zIndex = ++dragObj.zIndex; if (browser.isIE) ** document.attachEvent("onmousemove", zoominto_dragGo); document.attachEvent("onmouseup", zoominto_dragStop); window.event.cancelBubble = true; window.event.returnValue = false; ** if (browser.isNS) ** document.addEventListener("mousemove", zoominto_dragGo, true); document.addEventListener("mouseup", zoominto_dragStop, true); event.preventDefault(); ** ** function zoominto_dragGo(event) ** var x, y; if (browser.isIE) ** x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop; ** if (browser.isNS) ** x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; ** dragObj.elNode.style.left = dragObj.elStartLeft + x - dragObj.cursorStartX + "px"; dragObj.elNode.style.top = dragObj.elStartTop + y - dragObj.cursorStartY + "px"; if (browser.isIE) ** window.event.cancelBubble = true; window.event.returnValue = false; ** if (browser.isNS) ** event.preventDefault(); ** ** function zoominto_dragStop(event) ** if (browser.isIE) ** document.detachEvent("onmousemove", zoominto_dragGo); document.detachEvent("onmouseup", zoominto_dragStop); ** if (browser.isNS) ** document.removeEventListener("mousemove" , zoominto_dragGo, true); document.removeEventListener("mouseup", zoominto_dragStop, true); ** ** function imgplayerprogress_DoFSCommand(command, args) ** var imgplayerprogressObj = isInternetExplorer ? document.all.imgplayerprogress : document.imgplayerprogress; ** function zoominto_addElement(divIdName, htmlval) ** try ** var newdiv = document.createElement("div"); newdiv.setAttribute("id", divIdName); newdiv.setAttribute("title", ""); newdiv.style.position = "absolute"; newdiv.style.display = "none"; newdiv.innerHTML = htmlval; document.body.appendChild(newdiv);; ** catch (e) ** ** ** function zoominto_addmyelems(divIdName, htmlval) ** try ** var newdiv = document.createElement("div"); newdiv.setAttribute("id", divIdName); newdiv.innerHTML = htmlval; document.body.appendChild(newdiv);; ** catch (e) ** //_L(e); ** ** function zoominto_initializelements() ** zoominto_addElement("plugpanel", " "); zoominto_addmyelems("plugincheck_0909", "
                                                                  "); ** function zoominto_GetElementPostion(theElement) ** var selectedPosX = 0; var selectedPosY = 0; tmpw = theElement.width; tmph = theElement.height; while (theElement != null) ** selectedPosX += theElement.offsetLeft; selectedPosY += theElement.offsetTop; theElement = theElement.offsetParent; ** var tempelement = new Array(selectedPosX, selectedPosY, tmpw, tmph); return tempelement; ** function plugin_showdeadcenterdiv(Xwidth, Yheight, divid) ** var scrolledX, scrolledY; if (self.pageYOffset) ** scrolledX = self.pageXOffset; scrolledY = self.pageYOffset; ** else if (document.documentElement && document.documentElement.scrollTop) ** scrolledX = document.documentElement.scrollLeft; scrolledY = document.documentElement.scrollTop; ** else if (document.body) ** scrolledX = document.body.scrollLeft; scrolledY = document.body.scrollTop; ** var centerX, centerY; if (self.innerHeight) ** centerX = self.innerWidth; centerY = self.innerHeight; ** else if (document.documentElement && document.documentElement.clientHeight) ** centerX = document.documentElement.clientWidth; centerY = document.documentElement.clientHeight; ** else if (document.body) ** centerX = document.body.clientWidth; centerY = document.body.clientHeight; ** var leftOffset = scrolledX + (centerX - Xwidth) / 2; var topOffset = scrolledY + (centerY - Yheight) / 2; var o = document.getElementById(divid); var r = o.style; r.position = "absolute"; r.top = topOffset + "px"; r.left = leftOffset + "px"; r.display = "block"; ** function pluginalertShow(layerid) ** document.getElementById(layerid).style.v isibility = "visible"; document.getElementById(layerid).style.d isplay = "block"; plugin_showdeadcenterdiv(280, 115, layerid); document.getElementById("plugin_btn_acti vate").focus(); ** function pluginalerthide(layerid) ** document.getElementById(layerid).style.v isibility = "hidden"; document.getElementById(layerid).style.d isplay = "none"; ** function zoom_getValidString()** return "&isValidviewer=1";// all things are valid ** function zoominto_showflash(zoomres) ** try{ if(zoomres == undefined) zoomres="600x442"; zoomarr=zoomres.split("x",2) var divimgplayer = document.getElementById("div_plugin_img_ player"); divimgplayer.style.display = "block"; divimgplayer.style.visibility = "visible"; //old movie 550 400 // plugin_showdeadcenterdiv(600, 371, "div_plugin_img_player"); plugin_showdeadcenterdiv(parseInt(zoomar r[0]), parseInt(zoomarr[1])+120, "div_plugin_img_player"); // zoominto_setImage(); zoominto_changeobject(document.getElemen tById("plugpanel").title,zoomres); ** catch (e) ** ** ** function zoominto_closeflash() ** var divimgplayer = document.getElementById("div_plugin_img_ player"); divimgplayer.style.display = "none"; divimgplayer.style.visibility = "hidden"; ** function hidezoomicon()** document.getElementById("plugpanel").sty le.visibility = "hidden"; ** function getMouseX( e ) ** return e.pageX || ( e.clientX + ( document.documentElement.scrollLeft || document.body.scrollLeft ) ); ** function getMouseY( e ) ** return e.pageY || ( e.clientY + ( document.documentElement.scrollTop || document.body.scrollTop ) ); ** function dhtmlLoadScript(url) ** var e = document.createElement("script"); e.src = url; e.type="text/javascript"; // document.getElementByTagName("head")[0].appendChild(e); document.getElementById("addiv").appendC hild(e); ** function getactualimgdimensions(imgsrc)** zoomintoheavyImage = new Image(); zoomintoheavyImage.src = imgsrc var tempelement = new Array(zoomintoheavyImage.width, zoomintoheavyImage.height); return tempelement; ** function plugin_run() ** var newcss = "#div_plugin_img_player td {padding:0;** \n #div_plugin_img_player th {padding:0;**"; if ('\v'=='v') /* ie only */ ** document.createStyleSheet().cssText = newcss; ** else ** var tag = document.createElement('style'); tag.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(tag); tag[ (typeof document.body.style.WebkitAppearance=='s tring') /* webkit only */ ? 'innerText' : 'innerHTML'] = newcss; ** var image = document.getElementsByTagName("img"); var totimgLength=image.length; zoominto_initializelements(); for (var i = 0; i < image.length; i++) ** if (image[i].className.match("myplug_img"))** image[i].onmouseout = function (evt) ** document.getElementById("plugpanel").sty le.visibility = "hidden"; ** **// Zoom icon hidden zoomarrdim= getactualimgdimensions(image[i].src); //arrdim[0] - width arrdim[1] - height if (!image[i].className.match("myplug_img") && zoomarrdim[0] > 50 && zoomarrdim[1] > 60) ** image[i].onmouseover = function () {imgvals = zoominto_GetElementPostion(this); document.getElementById("plugpanel").sty le.display = "block";document.getElementById("plugpan el").style.visibility = "visible";document.getElementById("plugp anel").style.left = imgvals[0] + "px";document.getElementById("plugpanel" ).style.top = imgvals[1] + "px";document.getElementById("plugpanel" ).title = this.src;**; image[i].onmouseout = function (evt) ** imgvals = zoominto_GetElementPostion(this); strx=imgvals[0]; stry=imgvals[1]; endx=imgvals[0] +imgvals[2] ; endy=imgvals[1] + imgvals[3]; tmpcurx=evt.pageX; tmpcury=evt.pageY; if(tmpcurx > strx && tmpcurx < endx && tmpcury > stry && tmpcury < endy )** l=1 ** else{ document.getElementById("plugpanel").sty le.visibility = "hidden"; ** **; **// End of Condition Image smaller if(zoomarrdim[0] == 1 && zoomarrdim[1] == 1)** // remove Image element image[i].style.display="none"; image[i].style.visibility="hidden"; ** ** ** function zoominto_URLEncode(clearString) ** var output = ""; var x = 0; clearString = clearString.toString(); var regex = /(^[a-zA-Z0-9_.]*)/; while (x < clearString.length) ** var match = regex.exec(clearString.substr(x)); if (match != null && match.length > 1 && match[1] != "") ** output += match[1]; x += match[1].length; ** else ** if (clearString[x] == " ") ** output += "+"; ** else ** var charCode = clearString.charCodeAt(x); var hexVal = charCode.toString(16); output += "%" + (hexVal.length < 2 ? "0" : "") + hexVal.toUpperCase(); ** x++; ** ** return output; ** function Closeiepluginpanel() ** closeflash(); ** function logme(txtstr) ** // try ** //alert(txtstr); return ""; ** function zoominto_changeobject(url,zoomres) ** //Method to Display the Viewer for Image imgName_bfr=(tmppluginimageURL +url + zoom_getValidString()) escimgName_bfr=escape(imgName_bfr); trkval = "?chkme=" + imgName_bfr + "&rootstr=" + tmppluginServername; pagetitle = ""; urlstr = zoominto_URLEncode(document.location); zoomarr=zoomres.split("x",2) playerwidth=parseInt(zoomarr[0]);// 800 tablewidth=playerwidth ;//-2 ;//798 playerheight=parseInt(zoomarr[1]);//600; adwidth=468;//playerwidth -10 ;//768; adheight=60; document.getElementById("div_plugin_img_ player").innerHTML = " <MAP NAME='zoomintomap187'> <area shape='rect' coords='0,0,108,24' href='http://www.zoominto.com' alt='Zoominto' target='_blank'/> </MAP>
                                                                  <select style='height: 20px;' id='resselect' onchange='zoominto_showflash(this.value) '><option value='600x442'>Default</option><option value='690x509'>115%</option><option value='750x553'>125%</option></select>
                                                                  <!--comment-->
                                                                  <object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\""+playerwidth+"\" height='"+playerheight+"' id=\"editor\" align=\"middle\">






                                                                  <embed src=\"" + tmppluginSwfname + trkval+"\" quality=\"high\" bgcolor=\"#ffffff\" width=\""+playerwidth+"\" height='"+playerheight+"' name=\"editor\" align=\"middle\" allowScriptAccess=\"sameDomain\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\" /> </object>
                                                                  <iframe width=\""+adwidth+ "\" height=\""+adheight+ "\" frameborder=\"0\" scrolling=\"no\" vspace=\"0\" src='" + tmppluginServername + "ads/remoteads.php5?extension=firefox&hostare a=zoominto&contenturl="+ document.location +"&width="+adwidth+"&height="+adheight+" ' name=\"google_ads_frame\" marginwidth=\"0\" marginheight=\"0\" id=\"google_ads_frame1\" hspace=\"0\" allowtransparency=\"true\"></iframe>
                                                                  \n"; document.getElementById('resselect').val ue=zoomres; ** </script>
                                                                  Comment
                                                                  • easyliving
                                                                    SBR Hall of Famer
                                                                    • 06-25-12
                                                                    • 8876

                                                                    #34
                                                                    bases loaded with no outs gotta at least tie it here
                                                                    Comment
                                                                    • Ron29301
                                                                      SBR MVP
                                                                      • 12-27-11
                                                                      • 2311

                                                                      #35
                                                                      Tied ball game. Hopefully, the Angels can win this one. They strand to many players.
                                                                      Comment
                                                                      Search
                                                                      Collapse
                                                                      SBR Contests
                                                                      Collapse
                                                                      Top-Rated US Sportsbooks
                                                                      Collapse
                                                                      Working...