CINXE.COM

ESPN Mediakit

<!-- this template was made to hold CMS content that spans the width of the nav bar, without having a side nav and without the title graphic --> <!-- this template used for Recap Center Video FLASH pages , which may be uner a password --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("http://web.archive.org/web"); __wm.wombat("http://www.espncms.com:80/index3.aspx?id=249","20090901170920","http://web.archive.org/","web","/_static/", "1251824960"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>ESPN Mediakit</title> <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR"> <meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE"> <meta content="JavaScript" name="vs_defaultClientScript"> <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema"> <link rel="stylesheet" href="/web/20090901170920cs_/http://www.espncms.com/includes/css/style.css" type="text/css"/> <link rel="stylesheet" href="/web/20090901170920cs_/http://www.espncms.com/includes/css/lightbox.css" type="text/css"/> <script language="Javascript" src="/web/20090901170920js_/http://www.espncms.com/includes/js/prototype.js" type="text/javascript"></script> <script language="Javascript" src="/web/20090901170920js_/http://www.espncms.com/includes/js/lightbox.js" type="text/javascript"></script> <script language="Javascript" src="/web/20090901170920js_/http://www.espncms.com/includes/js/rollover.js" type="text/javascript"></script> <script language="Javascript" src="/web/20090901170920js_/http://www.espncms.com/includes/js/popup.js" type="text/javascript"></script> <script language="Javascript" src="/web/20090901170920js_/http://www.espncms.com/includes/js/ajax.js" type="text/javascript"></script> <script language="Javascript" src="/web/20090901170920js_/http://www.espncms.com/includes/js/actb.js" type="text/javascript"></script> <script language="javascript"> function validate_email(field) { var apos = ''; var dotpos = ''; with (field) { apos = field.indexOf("@"); dotpos = field.lastIndexOf("."); if (apos<1||dotpos-apos<2) { return false;} else { return true; } } } function validate(){ var err = 0; var message = document.getElementById("txtMessage").value; var phone = document.getElementById("txtPhone").value; if(document.getElementById('txtFname').value == ''){ alert('Please enter your first name.'); err = 1; } else if(document.getElementById('txtLname').value == '') { alert('Please enter your last name.'); err = 1; } else if(document.getElementById('txtTitle').value == '') { alert('Please enter your title.'); err = 1; } else if (validate_email(document.getElementById("txtEmail").value) == false) { alert('Please enter a valid email address.'); err = 1; } else if(phone == '' || phone.length < 10) { alert('Please enter a valid phone number (including area code).'); err = 1; } else if(message.length > 255) { alert('Your message has exceeded the maximum number of characters allowed.'); err = 1; } else { if(err == 0){ getElements(2); //toggleLayers('divContactConfirm','divContactForm'); } } } function validateAll(){ var err = 0; var message = document.getElementById("txtMessage").value; var phone = document.getElementById("txtPhone").value; if(document.getElementById('txtFname').value == ''){ alert('Please enter your first name.'); err = 1; } else if(document.getElementById('txtLname').value == '') { alert('Please enter your last name.'); err = 1; } else if(document.getElementById('txtTitle').value == '') { alert('Please enter your title.'); err = 1; } else if (validate_email(document.getElementById("txtEmail").value) == false) { alert('Please enter a valid email address.'); err = 1; } else if(phone == '' || phone.length < 10) { alert('Please enter a valid phone number (including area code).'); err = 1; } else if(document.getElementById("cboCampaignBudget").value == '') { alert('Please enter a campaign budget.'); err = 1; } else if(document.getElementById("txtCampaignStart").value == '') { alert('Please enter a campaign start date.'); err = 1; } else if(document.getElementById("txtCampaignGoals").value == '') { alert('Please enter your campaign goals.'); err = 1; } else if(document.getElementById("txtCompany").value == '') { alert('Please enter your company name.'); err = 1; } else if(document.getElementById("cboCountry").value == '') { alert('Please enter your country.'); err = 1; } else if(document.getElementById("cboState").value == '') { alert('Please enter your state.'); err = 1; } else if(document.getElementById("txtZip").value == '') { alert('Please enter your postal code.'); err = 1; } else if(message.length > 255) { alert('Your message has exceeded the maximum number of characters allowed.'); err = 1; } else { if(err == 0){ getElements(1); } } } function toggleLayers(divID1,divID2) { if(document.layers) //NN4+ { document.layers[divID1].visibility = "show"; document.layers[divID1].display = "block"; document.layers[divID2].visibility = "hide"; document.layers[divID2].display = "none"; } else if(document.getElementById) //gecko(NN6) + IE 5+ { var obj = document.getElementById(divID1); obj.style.visibility = "visible"; obj.style.display = "block"; obj = document.getElementById(divID2); obj.style.visibility = "hidden"; obj.style.display = "none"; } else if(document.all) // IE 4 { document.all[divID1].style.visibility = "visible"; document.all[divID1].display = "block"; document.all[divID2].style.visibility = "hidden"; document.all[divID2].display = "none"; } } function getElements(id) { var parameters = ''; var txtFname = document.getElementById('txtFname').value; var txtLname = document.getElementById('txtLname').value; var txtTitle = document.getElementById('txtTitle').value; var txtEmail = document.getElementById('txtEmail').value; var txtPhone = document.getElementById("txtPhone").value; var txtCompany = document.getElementById("txtCompany").value; var txtIndustry = document.getElementById("txtIndustry").value; var cboCountry = document.getElementById("cboCountry").value; var cboState = document.getElementById("cboState").value; var txtZip = document.getElementById("txtZip").value; var txtMessage = document.getElementById("txtMessage").value; var txtID = document.getElementById("txtID").value; parameters = "txtFname=" + txtFname + "&txtLname=" + txtLname + "&txtTitle=" + txtTitle + "&txtEmail=" + txtEmail + "&txtPhone=" + txtPhone + "&txtCompany=" + txtCompany + "&txtIndustry=" + txtIndustry + "&cboCountry=" + cboCountry + "&cboState=" + cboState + "&txtZip=" + txtZip + "&txtMessage=" + txtMessage + "&txtID=" + txtID; if(id == 1){ var cboCampaignBudget = document.getElementById("cboCampaignBudget").value; var txtCampaignStart = document.getElementById("txtCampaignStart").value; var txtCampaignGoals= document.getElementById("txtCampaignGoals").value; var extraparams = "&txtCampaignStart=" + txtCampaignStart + "&txtCampaignGoals=" + txtCampaignGoals + "&cboCampaignBudget=" + cboCampaignBudget parameters = parameters + extraparams } submitForm("contact.aspx?id=" + txtID,parameters); toggleLayers('divContactConfirm','divContactForm'); } function submitForm(url, content) { var xhr = createXHR(); xhr.onreadystatechange=function() { if(xhr.readyState == 4) { // nothing for now // alert("sent " + url + " " + content); } } xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xhr.send(content); } </script> <script type="text/javascript"> function MM_CheckFlashVersion(reqVerStr,msg){ with(navigator){ var isIE = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1); var isWin = (appVersion.toLowerCase().indexOf("win") != -1); if (!isIE || !isWin){ var flashVer = -1; if (plugins && plugins.length > 0){ var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : ""; desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc; if (desc == "") flashVer = -1; else{ var descArr = desc.split(" "); var tempArrMajor = descArr[2].split("."); var verMajor = tempArrMajor[0]; var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r"); var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0; flashVer = parseFloat(verMajor + "." + verMinor); } } // WebTV has Flash Player 4 or lower -- too low for video else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0; var verArr = reqVerStr.split(","); var reqVer = parseFloat(verArr[0] + "." + verArr[2]); if (flashVer < reqVer){ if (confirm(msg)) window.location = "http://web.archive.org/web/20090901170920/http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"; } } } } </script> <script src="/web/20090901170920js_/http://www.espncms.com/includes/js/AC_RunActiveContent.js" type="text/javascript"></script> <link rel="shortcut icon" href="/web/20090901170920im_/http://www.espncms.com/imgs/favicon.gif" type="image/gif"> <link rel="icon" href="/web/20090901170920im_/http://www.espncms.com/imgs/favicon.gif" type="image/gif"/> </head> <body onload="MM_CheckFlashVersion('8,0,0,0','Content on this page requires a newer version of Adobe Flash Player. Do you want to download it now?');"> <form name="Form1" method="post" action="index3.aspx?id=249" id="Form1"> <input type="hidden" name="__VIEWSTATE" value="dDwxNzM0NjczNjU5OztsPGJ0blNlYXJjaDs+PiKO9bzjYO/iuv2sSF088yNiuJup"/> <div align="center"><img height="15" src="/web/20090901170920im_/http://www.espncms.com/imgs/spacer.gif" width="939" border="0"> <table cellspacing="0" cellpadding="0" width="939" border="0"> <tr> <td><img height="7" src="/web/20090901170920im_/http://www.espncms.com/imgs/main_brdr_r1_c1.gif" width="13" border="0"></td> <td background="/web/20090901170920im_/http://www.espncms.com/imgs/spc_white.gif"><img height="7" src="/web/20090901170920im_/http://www.espncms.com/imgs/spc_white.gif" width="911" border="0"></td> <td><img height="7" src="/web/20090901170920im_/http://www.espncms.com/imgs/main_brdr_r1_c3.gif" width="15" border="0"></td> </tr> <tr> <td valign="top" background="/web/20090901170920im_/http://www.espncms.com/imgs/spc_white.gif"><img height="604" src="/web/20090901170920im_/http://www.espncms.com/imgs/spc_white.gif" width="13" border="0"></td> <td valign="top" bgcolor="#ffffff"> <div id="container"> <!-- masthead & navigation start --> <div class="clearfix" id="pageHeader"> <table cellspacing="0" cellpadding="0" width="911" border="0"> <tr> <td valign="top" nowrap><a title="ESPN ABCSports" href="home.aspx"><img height="69" alt="ESPN ABCSports" src="/web/20090901170920im_/http://www.espncms.com/imgs/spc.gif" width="230" border="0"></a><img height="69" src="/web/20090901170920im_/http://www.espncms.com/imgs/spc_white.gif" width="134" border="0"></td> <td valign="top" nowrap height="13"><img height="13" src="/web/20090901170920im_/http://www.espncms.com/imgs/spc_white.gif" width="273" border="0"><br> <a onmouseover="roll('hdr_unav_01');" title="CONTACT US" onmouseout="unroll('hdr_unav_01');" href="index.aspx?id=134"><img height="17" alt="contact us" src="/web/20090901170920im_/http://www.espncms.com/imgs/hdr_unav_01.gif" width="67" border="0" name="hdr_unav_01"></a><img height="17" src="/web/20090901170920im_/http://www.espncms.com/imgs/hdr_unav_dividr.gif" width="21"><a onmouseover="roll('hdr_unav_02');" title="CLIENT COMMUNICATIONS" onmouseout="unroll('hdr_unav_02');" href="http://web.archive.org/web/20090901170920/http://www.espncms.com/DocumentManager/applications/DocumentLibraryManager/index.asp" target="_blank"><img height="17" alt="Client Communications" src="/web/20090901170920im_/http://www.espncms.com/imgs/hdr_unav_02.gif" width="141" border="0" name="hdr_unav_02"></a><img height="15" src="/web/20090901170920im_/http://www.espncms.com/imgs/spc.gif" width="30"></td> <td valign="top" nowrap align="right"><img height="13" src="/web/20090901170920im_/http://www.espncms.com/imgs/spc_white.gif" width="251" border="0"><br> <span class="pageHeader_txt">Search</span>&nbsp; <input name="txtSearch" type="text" id="txtSearch"/><input type="image" name="btnSearch" id="btnSearch" src="/web/20090901170920im_/http://www.espncms.com/imgs/button_go.gif" alt="" border="0"/>&nbsp;&nbsp;</td> <td valign="top"><img height="13" src="/web/20090901170920im_/http://www.espncms.com/imgs/spc_white.gif" width="23" border="0"><br> <!--input name="submit" type="image" title="search go" src="imgs/button_go.gif" alt="search go"--><a onmouseover="roll('button_go');" title="go" onmouseout="unroll('button_go');" href="javascript:document.frmSearch.submit()"></a></td> </tr> </table> </div> <div class="clearfix" id="primNav"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td><a href="index.aspx?id=112" onmouseover="roll('pnav_01');" onmouseout="unroll('pnav_01');" title="Television"><img id="pnav_01" src="/web/20090901170920im_/http://www.espncms.com/imgs/pnav_01.gif" alt="Television" border="0" height="32" width="132"/></a><img src="/web/20090901170920im_/http://www.espncms.com/imgs/pnav_line.gif" width="1" height="32"></td> <td><a href="index.aspx?id=109" onmouseover="roll('pnav_02');" onmouseout="unroll('pnav_02');" title="Magazine"><img id="pnav_02" src="/web/20090901170920im_/http://www.espncms.com/imgs/pnav_02.gif" alt="Magazine" border="0" height="32" width="122"/></a><img src="/web/20090901170920im_/http://www.espncms.com/imgs/pnav_line.gif" width="1" height="32"></td> <td><a href="index.aspx?id=106" onmouseover="roll('pnav_04');" onmouseout="unroll('pnav_04');" title="Digital Media"><img id="pnav_04" src="/web/20090901170920im_/http://www.espncms.com/imgs/pnav_04.gif" alt="Digital Media" border="0" height="32" width="149"/></a><img src="/web/20090901170920im_/http://www.espncms.com/imgs/pnav_line.gif" width="1" height="32"></td> <td><a href="index.aspx?id=110" onmouseover="roll('pnav_05');" onmouseout="unroll('pnav_05');" title="Audio"><img id="pnav_05" src="/web/20090901170920im_/http://www.espncms.com/imgs/pnav_05.gif" alt="Audio" border="0" height="32" width="96"/></a><img src="/web/20090901170920im_/http://www.espncms.com/imgs/pnav_line.gif" width="1" height="32"></td> <td><a href="index.aspx?id=166" onmouseover="roll('pnav_06');" onmouseout="unroll('pnav_06');" title="ESPN Mission"><img id="pnav_06" src="/web/20090901170920im_/http://www.espncms.com/imgs/pnav_06.gif" alt="ESPN Mission" border="0" height="32" width="147"/></a><img src="/web/20090901170920im_/http://www.espncms.com/imgs/pnav_line_grey.gif" width="1" height="32"></td> <td><a href="index.aspx?id=177" onmouseover="roll('pnav_07');" onmouseout="unroll('pnav_07');" title="Research"><img id="pnav_07" src="/web/20090901170920im_/http://www.espncms.com/imgs/pnav_07.gif" alt="Research" border="0" height="32" width="124"/></a><img src="/web/20090901170920im_/http://www.espncms.com/imgs/pnav_line_grey.gif" width="1" height="32"></td> <td><a href="index.aspx?id=167" onmouseover="roll('pnav_08');" onmouseout="unroll('pnav_08');" title="Downloads"><img id="pnav_08" src="/web/20090901170920im_/http://www.espncms.com/imgs/pnav_08.gif" alt="Downloads" border="0" height="32" width="135"/></a></td> </tr> </table> <img src="/web/20090901170920im_/http://www.espncms.com/imgs/spc_white.gif" width="911" height="11" border="0"> </div> <!-- masthead & navigation ends --> <!-- pagetitle graphic starts --> <!-- 2 column content table sample start --> <span id="CenterColumn"><!--Ektron CMS FormBlock--><table width="911" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left" valign="top"><div align="left"><img src="/web/20090901170920im_/http://www.espncms.com/imgs/8_fanflash/yourway_offer_text01.gif" alt="Advertise on ESPN.com Your Way" width="541" height="527" border="0" align="top" usemap="#Map"/></div></td> <td width="334" align="right" valign="top"><div><script language="javascript1.2"><!-- document.write ('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://web.archive.org/web/20090901170920/http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="334" HEIGHT="582" id="3_1_01" VALIGN="top">'); document.write (' <PARAM NAME=movie VALUE="includes/swf/yourway_landing_sidebar01c.swf'+document.location.search+'">'); document.write (' <PARAM NAME=quality VALUE=high>'); document.write (' <PARAM NAME=bgcolor VALUE="#FFFFFF">'); document.write (' <PARAM NAME=wmode VALUE="opaque">'); document.write (' <EMBED src="includes/swf/yourway_landing_sidebar01c.swf'+document.location.search+'" quality=high bgcolor="#FFFFFF" wmode="opaque" WIDTH="334" HEIGHT="582" NAME="3_1_01" VALIGN="top" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://web.archive.org/web/20090901170920/http://www.macromedia.com/go/getflashplayer"></EMBED>'); document.write ('</OBJECT>'); //--> </script></div></td> </tr> </table> <map name="Map" id="Map"> <area shape="rect" coords="420,321,529,350" href="http://web.archive.org/web/20090901170920/http://www.adready.com/p/espn?__s=partner&amp;__c=espn&amp;__p=cms&amp;__cr=sub3" target="_blank"/> <area shape="rect" coords="430,389,527,418" class="lbOn" href="contact.aspx?id=1 "/> </map><!--/Ektron CMS FormBlock--></span> <!-- 2 column table sample end --> <!-- container ends--> <img height="230" alt="" src="/web/20090901170920im_/http://www.espncms.com/imgs/spc.gif" width="300"> </div> <div></div> </td> <td valign="top" background="/web/20090901170920im_/http://www.espncms.com/imgs/main_brdr_r2_c3.gif"><img height="604" src="/web/20090901170920im_/http://www.espncms.com/imgs/spc.gif" width="15" border="0"></td> </tr> <tr> <td valign="top" background="/web/20090901170920im_/http://www.espncms.com/imgs/spc_white.gif"><img height="30" src="/web/20090901170920im_/http://www.espncms.com/imgs/spc.gif" width="13" border="0"></td> <td id="footer" valign="bottom"> <!-- footer start --> &copy; 2009 ESPN Internet Ventures | <a class="footer" href="http://web.archive.org/web/20090901170920/http://disney.go.com/corporate/privacy/pp_wdig.html" target="_blank">Privacy Policy</a> | <a class="footer" href="http://web.archive.org/web/20090901170920/http://disney.go.com/corporate/legal/terms.html" target="_blank">Terms of Use</a> | <a class="footer" href="index.aspx?id=103">About Us</a> | <a class="footer" href="sitemap.aspx">Site Map</a> | <a class="footer" href="home.aspx">Home</a> <!-- footer ends --> </td> <td valign="top" background="/web/20090901170920im_/http://www.espncms.com/imgs/main_brdr_r2_c3.gif"><img height="30" src="/web/20090901170920im_/http://www.espncms.com/imgs/main_brdr_r2_c3.gif" width="15" border="0"></td> </tr> <tr> <td><img height="7" src="/web/20090901170920im_/http://www.espncms.com/imgs/main_brdr_r3_c1.gif" width="13" border="0"></td> <td background="/web/20090901170920im_/http://www.espncms.com/imgs/main_brdr_r3_c2.gif"><img height="7" src="/web/20090901170920im_/http://www.espncms.com/imgs/main_brdr_r3_c2.gif" width="911" border="0"></td> <td><img height="7" src="/web/20090901170920im_/http://www.espncms.com/imgs/main_brdr_r3_c3.gif" width="15" border="0"></td> </tr> </table> </div> </form> <img src="http://web.archive.org/web/20090901170920im_/http://www.fusetracker.com/images/mlopen_track.html?mlid=78294"> <!-- Google & Urchin tracking code start --> <script src="http://web.archive.org/web/20090901170920js_/http://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript"> _uacct = "UA-351662-10"; _userv=2; urchinTracker(); </script> <!-- Google & Urchin tracking code END --> <!-- OPENTRACKER HTML START --> <script defer src="http://web.archive.org/web/20090901170920js_/http://server1.opentracker.net/?site=www.espncms.com"></script><noscript><a href="http://web.archive.org/web/20090901170920/http://www.opentracker.net/" target="_blank"><img src="http://web.archive.org/web/20090901170920im_/http://img.opentracker.net/?cmd=nojs&amp;site=www.espncms.com" alt="keyword analysis" border="0"></a> </noscript> <!-- OPENTRACKER HTML END --> </body> </html> <!-- FILE ARCHIVED ON 17:09:20 Sep 01, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 02:25:35 Dec 04, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.492 exclusion.robots: 0.024 exclusion.robots.policy: 0.014 esindex: 0.01 cdx.remote: 151.426 LoadShardBlock: 406.496 (3) PetaboxLoader3.resolve: 362.411 (4) PetaboxLoader3.datanode: 176.925 (4) load_resource: 175.81 -->

Pages: 1 2 3 4 5 6 7 8 9 10