| Related sites for http://www.kentstatesports.com/ |
| Northwestern_University The latest news from Wildcats wrestling. | | Ohio_Northern_University NCAA Division III wrestling from Northern Ohio. | | Ohio_State_University News, schedules, and almanac from the home of Buckeyes wrestling. | | Old_Dominion_University Monarchs wrestling news and results. | | Pennsylvania_State_University Information on present and past collegiate wrestlers of the Nittany Lions including highlights, schedules and rosters. | | Pennsylvania_Wrestling_Newsletter Chronicles both high school and collegiate wrestling for the state of Pennsylvania. Contains statistics, news items, and rankings. | | Portland_State_University_Wrestling Vikings. Articles, team roster, schedule of competitions, past results and statistics. | | Purdue_University Collegiate wrestling news from the Purdue Boilermakers. | | San_Jose_State_Wrestling Wrestlers, coaches, news, archives, and links. | | SJSU_Wrestling_Historical_Archives A historical look at San Jose State university wrestling (SJSU). | | South_Carolina_Mat Provides in state high school, collegiate and freestyle/Greco Roman events and information postings. | | Stanford_University_Wrestling Contains roster, statistics, schedule, news releases, history and links. | | Tod\'s_Stanford_Wrestling_Page Unofficial site with team news, information, and application information. | | UNC_Pembroke_Wrestling Provides schedule, roster, biographies, and alumni information. | | United_States_Naval_Academy_Wrestling Contains a competition schedule, roster, and news. | | University_of_Dubuque_Wrestling Includes schedule, roster, results, coaches' profiles and camp information. | | University_of_Georgia_Wrestling Bulldogs. Provides details about practice times, a roster, a schedule of competitions, photographs, and a mission statement. | | University_of_Illinois__Wrestling Official site with news, roster, past results and a schedule. | | University_of_Maryland_at_College_Park NCAA Division wrestling from the Atlantic Coast Conference. | | University_of_Minnesota/Morris_-_Men\'s News, roster, information, and statistics for the men's wrestling team. | | University_of_Minnesota/Morris_-_Women\'s News, roster, and information about the women's wrestling team. | | University_of_Northern_Iowa Results, schedule, roster and coaching staff from Northern Iowa. | | University_of_Pittsburgh Panthers wrestling news, rosters, and schedule. | | University_of_Virginia News and schedule for the University of Virginia Cavaliers wrestling team. | | University_of_Western_Ontario__-_Wrestling Contains, articles, news, photos, information updates, results, team roster, history, and member profiles. | | University_of_Wisconsin_-_Parkside Wrestling updates for the NCAA Parkside wrestling team. | | University_of_Wyoming News and action on the Wyoming Cowboys wrestling team. | | Virginia_Military_Institute Contains roster, schedule, statistics, ticket information and coach biographies. | | Diablo_Performance_Racing One of Canada's privateer roadracing and motocross teams. Featuring news and photographs. | | E-Z-Hook_Motorcycle_Streamliner Follow the progress of Sam Wheeler and his crew in their attempt to break their own motorcycle world land speed record. | | Racer_X Featuring motorcycle racers from New Zealand and around the world. Rider and team information, news and links. | | Slipstream_Racing A Formula 1 sidecar team based in Cambridge, England. Contains team crew information and photographs. | | Tas_Suzuki_Racing British road racing and motocross team. Includes regularly updated news, rider profiles and photo galleries. | | Berlin_Lacrosse_Club Related Links, pictures, upcoming events, history and equipment of the sport and contact information. | | Cheadle_Lacrosse_Club Officers listing, upcoming events, games schedule, tours and training camp information. | | Cheltenham_Cougars_Lacrosse Provides photos, results, team and coach profiles, and directions for this men's team from Gloucestershire, England. | | Didsbury_Waconians_Lacrosse_Club Information, pictures, history, constitution, past results, links and directions. Manchester, England. | | Gloucestershire_Women\'s_Lacrosse Includes photos, team and coach profile, match reviews, and directions for this English team. | | Hillcroft_Lacrosse_Club A team in the South of England Premier League and based in in Tooting, South-West London, England. Contains an overview of the team, player listing, a map to the field, fixtures, results, and game su | | Maastricht_Lacrosse Current events, rules of the sport, player roster, practice details of this team in The Netherlands. |
|
KentStateSports.com—Official Web Site of Kent State University Athletics
function SplashCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } var SplashCookieValue = SplashCookie('SPLASH_VIEWED_63247'); //alert('SPLASH_VIEWED_63247: '+SplashCookieValue); if (SplashCookieValue != "YES") { window.location = "SplashPage.dbml?SPLASH_AD_ID=63247"; }
if(ns4)_d.write(""); else _d.write("");
draw_main_menu();
.scrollercontent {
color:#000000;
font-size:10px;
padding: 0px 0px 0px 2px;
}
.scrollercontent:active {font-family:arial,sans-serif; color:#000000; text-decoration:none; font-weight:normal;}
.scrollercontent:visited {font-family:arial,sans-serif; color:#000000; text-decoration:none; font-weight:normal;}
.scrollercontent:link {font-family:arial,sans-serif; color:#000000; text-decoration:none; font-weight:normal;}
.scrollercontent:hover {font-family:arial,sans-serif; color:#000000; text-decoration:none; font-weight:normal;}
.scrollercontent:current {font-family:arial,sans-serif; color:#000000; text-decoration:none; font-weight:normal;}
Football:
Nov 18
Kent State 14, Northern Illinois 42
Volleyball:
Nov 18
Kent State 2, Northern Illinois 3
Men's Basketball:
Nov 17
Kent State 83, North Carolina Central 42
Women's Basketball:
Nov 15
Kent State 95, Youngstown State 58
Volleyball:
Nov 15
Kent State 2, Eastern Michigan 3
Wrestling:
Nov 15
Kent State 30, Campbellsville 12
Wrestling:
Nov 15
Kent State 32, Tennessee-Chattanooga 10
Cross Country:
Nov 15
Kent State , TBA
Wrestling:
Nov 15
Kent State 8, Northwestern 21
Volleyball:
Nov 13
Kent State 0, Ohio 3
var totalCount = 10;
var currentCount = 0;
var scrollerDelay = 5000;
var pauseScroller = 0;
totalCount = totalCount - 1;
function RotateScores() {
if ( pauseScroller == 0 ) {
previousCount = currentCount;
currentCount = currentCount + 1;
if (currentCount> totalCount) {
currentCount = 0;
}
// Set previous to not show
varString = "content_" + previousCount;
document.getElementById(varString).style.display = 'none';
// Set current to show
varString2 = "content_" + currentCount;
document.getElementById(varString2).style.display = 'block';
setTimeout('RotateScores()',scrollerDelay);
}
}
function PauseScroller() {
pauseScroller = 1;
}
function PlayScroller() {
pauseScroller = 0;
RotateScores();
}
function PreviousScore() {
pauseScroller = 1;
currentlyShowing = currentCount;
currentCount = currentCount - 1;
if (currentCount < 0) {
currentCount = totalCount;
}
previousCount = currentCount - 1;
if (previousCount < 0) {
previousCount = totalCount;
}
// Set current to not show
varString = "content_" + currentlyShowing;
document.getElementById(varString).style.display = 'none';
// Set new current to show
varString2 = "content_" + currentCount;
document.getElementById(varString2).style.display = 'block';
}
function NextScore() {
pauseScroller = 1;
currentlyShowing = currentCount;
currentCount = currentCount + 1;
if (currentCount> totalCount) {
currentCount = 0;
}
previousCount = currentCount + 1;
if (previousCount> totalCount) {
previousCount = 0;
}
// Set current to not show
varString = "content_" + currentlyShowing;
document.getElementById(varString).style.display = 'none';
// Set new current to show
varString2 = "content_" + currentCount;
document.getElementById(varString2).style.display = 'block';
}
/* Only run the scroller if there is at least one item */
if (totalCount> 0) {
setTimeout('RotateScores()',scrollerDelay);
}
Kent State Travels To Saint Louis On Wednesday Night Publish Date:11/19/2008 Sport Name: Men's Basketball The Golden Flashes have a quick turnaround following Monday night's 83-42 win over NC Central as the team travels to Missouri for a rematch with Saint Louis on Wednesday night. The Golden Flashes have a quick turnaround... Link to Article Basketball (M) MBB Flashes Lose To Huskies In Snowy Home Finale Publish Date:11/18/2008 Sport Name: Football A lake-effect snowstorm wreaked havoc on Dix Stadium Tuesday night as Kent State fell to Northern Illinois, 42-14. Thirteen seniors were making their final appearances at home for Kent State in the treacherous conditions. A lake-effect snowstorm wreaked havoc on Dix... Link to Article Football FB Volleyball loses to NIU in MAC Tournament opener Publish Date:11/18/2008 Sport Name: Volleyball Golden Flashes lose a hard-fought five-set match to Huskies Golden Flashes lose a hard-fought five-set match... Link to Article Volleyball VB In Rare Air Publish Date:11/18/2008 Sport Name: Wrestling 184-pounder Redshirt freshman Dustin Kilgore moves into top-10, joins heavyweight fifth-year senior Jermail Porter 184-pounder Redshirt freshman Dustin Kilgore moves... Link to Article Wrestling WRST Live Blog From Dix Stadium; Kent State vs. Northern Illinois Publish Date:11/18/2008 Sport Name: Football Live updates from snowy northeast Ohio Live updates from snowy northeast Ohio Link to Article Football FB
Kent State Travels To Saint Louis On Wednesday Night
11/19/2008
-
Men's Basketball
The Golden Flashes have a quick turnaround following Monday night's 83-42 win over NC Central as the team travels to Missouri for a rematch with Saint Louis on Wednesday
FULL STORY
Kent State
Flashes Lose To
Volleyball
In Rare Air
Live Blog From
function Main_TabSet (tabname) {
if(document.getElementById)
{
document.getElementById('TabMoreHeadlines').style.display = 'none';
document.getElementById('TabResults').style.display = 'none';
document.getElementById('TabPhotoStore').style.display = 'none';
/*var gif_id = "1";
if(tabname == "kneaux")
{
gif_id = "2";
}
else if(tabname == "athletic")
{
gif_id = "3";
}
document.getElementById('LeftTab1').src = '/fls/11400/site_graphics/Tab_Left' + gif_id + '_1.gif';
document.getElementById('LeftTab2').src = '/fls/11400/site_graphics/Tab_Left' + gif_id + '_2.gif';
document.getElementById('LeftTab3').src = '/fls/11400/site_graphics/Tab_Left' + gif_id + '_3.gif';
*/
document.getElementById('Tab'+tabname).style.display = 'block';
}
}
November 18, 2008 - Football
Former Flashes Shining On Football’s Biggest Stage
November 18, 2008 - Women's Basketball
Flashes to Face First Road Test at Delaware State
November 17, 2008 - Women's Basketball
Flashes Sign Guard and Center from Wisconsin
November 17, 2008 - Men's Basketball
Kent State Runs Past NC Central 83-42 In Opener
November 17, 2008 - Women's Basketball
Kowalska Earns Player of the Week Nod
News Archives
Tuesday , November 18
Volleyball @ Northern Illinois Mid-American ConferenceL (2 - 3)
Football vs Northern Illinois L (14 - 42)
Monday , November 17
Men's Basketball vs North Carolina Central South Padre Island InvitationalW (83 - 42)
Saturday , November 15
Wrestling @ Tennessee-Chattanooga Boilermaker ChallengeW (32 - 10)
Wrestling @ Campbellsville Boilermaker ChallengeW (30 - 12)
Women's Basketball vs Youngstown State W (95 - 58)
Wrestling @ Northwestern Boilermaker ChallengeL (8 - 21)
Volleyball @ Eastern Michigan L (2 - 3)
Thursday , November 13
Volleyball @ Ohio L (0 - 3)
Wednesday, November 12
Football vs Temple W (41 - 38)
Tuesday , November 11
Field Hockey @ Massachusetts NCAA Tournament Play-In GameL (0 - 1)
Monday , November 10
Men's Basketball vs Muskingum (Exhibition) W (72 - 53)
Saturday , November 08
Wrestling @ Oklahoma Gold Tournament Oklahoma Gold Tournament- (4th-108 points - )
Field Hockey vs Ohio (MAC Championship Game) Mid-American Conference TournamentW (1 - 0)
Volleyball vs Miami L (0 - 3)
Friday , November 07
Field Hockey vs Central Michigan (semifinal) Mid-American Conference TournamentW (4 - 1)
Field Hockey @ Miami vs. Ohio Mid-American Conference Tournament- (Ohio 2 - Miami 0)
Volleyball vs Bowling Green L (0 - 3)
Thursday , November 06
Field Hockey @ Ball State vs. Central Michigan Mid-American Conference Tournament- (Central Michigan 5 - Ball State 0)
Field Hockey @ Ohio vs. Missouri State Mid-American Conference Tournament- (Ohio 7 - Missouri St. 0)
var AdGroupsToRotate = new Array();
function AdGroupRotate_Stop(name) {
eval('ADL_' + name + '_Running = false');
}
function AdGroupRotate_Start(name) {
eval('ADL_' + name + '_Running = true');
}
function AdGroupRotate() {
for(var i = 0; i < AdGroupsToRotate.length; i++)
{
var Loops = eval('ADL_' + AdGroupsToRotate[i] + '_Loops');
var Count = eval('ADL_' + AdGroupsToRotate[i] + '_Count');
var Running = eval('ADL_' + AdGroupsToRotate[i] + '_Running');
if(!Running || Loops> (Count * 9999))
{
continue;
}
var Current = eval('ADL_' + AdGroupsToRotate[i] + '_Current');
var now = new Date();
now = now.getTime();
var curel = eval('ADL_' + AdGroupsToRotate[i] + '_Ads[' + Current + ']');
if(curel.start_display == 0)
{
curel.start_display = now;
}
if((curel.displaysec * 1000) < (now - curel.start_display))
{
var j = 0;
var newidx = Math.floor(Math.random() * Count)
while(Current == newidx && j < 10)
{
newidx = Math.floor(Math.random() * Count);
j++;
}
curel.start_display = now;
eval('ADL_' + AdGroupsToRotate[i] + '_Current = ' + newidx);
eval('ADL_' + AdGroupsToRotate[i] + '_Loops += 1');
if(document.getElementById)
{
var divel = document.getElementById("ADROT_" + AdGroupsToRotate[i]);
if(divel != null)
{
var curel = eval('ADL_' + AdGroupsToRotate[i] + '_Ads[' + newidx + ']');
var newhtml = curel.adhtml;
if(divel.filters && divel.filters[0])
{
divel.filters[0].apply()
}
var tpos = newhtml.indexOf("?T=");
if(tpos> 0)
{
var qpos = newhtml.indexOf("\"", tpos);
if(qpos> 0)
{
newhtml = newhtml.substring(0, tpos) + "?T=" + now + newhtml.substring(qpos);
}
}
divel.innerHTML = newhtml;
if(divel.filters && divel.filters[0])
{
divel.filters[0].play()
}
curel.start_display = now;
}
else
{
// alert("NULL divel");
}
}
else
{
// alert("Cant Dot it");
}
}
}
}
window.setInterval(AdGroupRotate, 1000);
function ADL_GRP1(adhtml, height, width, displaysec) {
this.adhtml = adhtml;
this.height = height;
this.width = width;
this.displaysec = displaysec;
this.start_display = 0;
}
var ADL_GRP1_Loops = 0;
var ADL_GRP1_Running = true;
var ADL_GRP1_Count = 2;
var ADL_GRP1_Current = 0;
var ADL_GRP1_Ads = new Array();
AdGroupsToRotate[AdGroupsToRotate.length] = "GRP1";
ADL_GRP1_Ads[ADL_GRP1_Ads.length] = new ADL_GRP1(' ', '180', '300', 5);
ADL_GRP1_Ads[ADL_GRP1_Ads.length] = new ADL_GRP1(' ', '180', '300', 5);
function Premium_TabSet (tabname) {
if(document.getElementById)
{
document.getElementById('TabVideo').style.display = 'none';
document.getElementById('TabAudio').style.display = 'none';
document.getElementById('TabLive').style.display = 'none';
/*var gif_id = "1";
if(tabname == "kneaux")
{
gif_id = "2";
}
else if(tabname == "athletic")
{
gif_id = "3";
}
document.getElementById('LeftTab1').src = '/fls/11400/site_graphics/Tab_Left' + gif_id + '_1.gif';
document.getElementById('LeftTab2').src = '/fls/11400/site_graphics/Tab_Left' + gif_id + '_2.gif';
document.getElementById('LeftTab3').src = '/fls/11400/site_graphics/Tab_Left' + gif_id + '_3.gif';
*/
document.getElementById('Tab'+tabname).style.display = 'block';
}
}
Julian Edelman Feature
KSU edges Bulls in Home Finale
2008-2009 KSU Wrestling Preview
Football at Miami
Kent State Fight Song
Women's Basketball vs. Delaware State
Men's Basketball @ Saint Louis
Women's Basketball vs. New Mexico State
Men's Basketball vs. UNC
Kent State vs. Buffalo
Kent State @ Buffalo 2pm ET
University of Washington Tournament
Men's Basketball @ Illinois
University of Washington Tournament
Kent State vs. Texas A&M or
Women's Basketball vs. UNC Wilmington
Men's Basketball @ Kansas
Log In
SIGN UP
|
MORE INFO
|
RENEW
|
LIVE EVENT SCHEDULE
function openReg() { openReg(false);}function openReg(testing) { var sWidth = screen.availWidth; var sHeight = screen.availHeight; var pHeight = 300; var pWidth = 447; var pTop = 40; var pLeft = 40; if(sHeight != null && sHeight> 0) { pTop = ((sHeight - pHeight) - 30) * .5; pLeft = ((sWidth - pWidth) - 10) * .5; } var theURL = "/reg/Why.dbml?"; theURL += "ATCLID=&DB_MENU_ID=&CARTKEY=&SPSID=&SPID=&PALBID=&DB_OEM_ID=11400"; if (testing == true) { // Skip to the test if TESTING theURL = "/regnew/Testing.dbml?"; theURL += "ATCLID=&DB_MENU_ID=&CARTKEY=&SPSID=&SPID=&PALBID=&DB_OEM_ID=11400"; theURL += "&TESTING=YES"; } var theToolbarLine = "toolbar=no,location=no,menubar=no,scrollbars=no,resizable=yes,"; theToolbarLine += "width=" + pWidth + ",height=" + pHeight + ",top=" + pTop + ",left=" + pLeft; var newWindow = window.open(theURL, "REGWIN", theToolbarLine); newWindow.focus();}
if (!album_reload_ad_tile || album_reload_ad_tile.constructor !== Array)
{
var album_reload_ad_tile = new Array();
}
function reloadExternalAd(ad_id) {
//console.log('reloadExternalAd loaded');
switch(ad_id)
{
case 1: getNewAd1(); break;
case 2: getNewAd2(); break;
case 3: getNewAd3(); break;
case 4: getNewAd4(); break;
case 5: getNewAd5(); break;
case 6: getNewAd6(); break;
case 7: getNewAd7(); break;
case 8: getNewAd8(); break;
case 9: getNewAd9(); break;
case 10: getNewAd10();break;
}
}
document.write(''); function replaceOldAd1() { var name = 'iframe_AD_1'; document.getElementById('AD_1').innerHTML = frames[name].document.getElementById('getAdCall').innerHTML; } function getNewAd1() { if (document.getElementById("iframe_AD_1")) { if(document.images) { frames["iframe_AD_1"].location.replace('/ads/getAjaxAd.dbml?call_type=adj&protocol=http&site=jtvs.11400.kentstategoldenflashe&zone=homepage&tile=1&oem=11400&lan=en&dcopt=null&pos=&sec=homepage&u=con%3Djtvs.11400.kentstategoldenflashe%2Fnone%7Csize%3D300x250&gen=none&c_cou=us&c_reg=north_america&s_sec=&c_type=&s_type=homepage&sz=300x250&ord=678499267?dale=1227075324400'); } else { //Old Browsers //frames[iframe.name].location.href = '/'+src; } } else { document.getElementById('AD_1_hidden').innerHTML =''; } var ad_timer_1 = setTimeout('replaceOldAd1()',5000); } if (!album_reload_ad_tile || album_reload_ad_tile.constructor !== Array) { var album_reload_ad_tile = new Array(); } album_reload_ad_tile.push(1); //console.log('added ' + album_reload_ad_tile);
function Left_TabSet (tabname) {
if(document.getElementById)
{
document.getElementById('TabPoll').style.display = 'none';
document.getElementById('TabAotw').style.display = 'none';
document.getElementById('TabLinks').style.display = 'none';
/*var gif_id = "1";
if(tabname == "kneaux")
{
gif_id = "2";
}
else if(tabname == "athletic")
{
gif_id = "3";
}
document.getElementById('LeftTab1').src = '/fls/11400/site_graphics/Tab_Left' + gif_id + '_1.gif';
document.getElementById('LeftTab2').src = '/fls/11400/site_graphics/Tab_Left' + gif_id + '_2.gif';
document.getElementById('LeftTab3').src = '/fls/11400/site_graphics/Tab_Left' + gif_id + '_3.gif';
*/
document.getElementById('Tab'+tabname).style.display = 'block';
}
}
Which Kent State head coach would be the best candidate for President of the United States? Herb PageScott StricklinGeno FordDoug MartinKaren LinderMike MorrowOther
Get KSU Email Updates!
November 19, 2008

function openLiveEventViewer(eventID, speed, theWidth, theHeight, useOnlyID, oemID, serverURL) {
var theURL;
var theToolbarLine;
var winname = "LIVE_STREAM_VIEW";
winname += eventID;
if (oemID == null || oemID.length == 0)
{
oemID = '11400';
}
if (serverURL == null || serverURL.length == 0)
{
serverURL = 'http://www.kentstatesports.com/';
}
if (theWidth 0)
{
addToURL += "&USE_THIS_STREAM_ID_ONLY=" + useOnlyID;
}
theURL = serverURL + "newMediaPlayer/console.htm?type=live&oemid=" + oemID + "&id=" + eventID + "&KEY=";
theToolbarLine = "toolbar=no,location=no,menubar=no,scrollbars=no,resizable=yes,status=yes," +
"width=860,height=640";
if (speed == "LIVE_CHAT") {
theURL = "/sharedLiveEvents/showLiveEvent.dbml?live_event_id=" + eventID + "&KEY=&db_oem_id=" + oemID;
}
var newWindow = window.open(theURL,
winname,
theToolbarLine);
if(isNullWindow(newWindow) == true)
{
return;
}
newWindow.focus();
}
Women's Basketball @ Delaware State
7:00 p.m.
November 19, 2008
Men's Basketball @ Saint Louis
8:00 pm
November 21, 2008
Volleyball @ TBA
TBA
November 22, 2008
Wrestling @ The Body Bar Tournament
All Day
November 22, 2008
Volleyball @ TBA
TBA
November 23, 2008
 
Women's Basketball vs New Mexico State
2:00 p.m.
November 23, 2008
Men's Basketball vs UNC Wilmington
4:30 pm
November 23, 2008
Volleyball @ TBA
TBA
November 24, 2008
Cross Country @ TBA
TBA
November 28, 2008

Football @ Buffalo
2:00 p.m.
November 28, 2008

Women's Basketball @ Clemson
3:00 p.m.
November 28, 2008
Men's Basketball @ Illinois
6:00 pm
November 29, 2008
Men's Basketball @ Texas A&M or Tulsa
5:30 pm / 8:30 pm
November 29, 2008
Volleyball vs Cleveland State
2:00 p.m.
November 29, 2008
Athletics @ Texas A&M or Tulsa
TBA
document.write(''); function replaceOldAd2() { var name = 'iframe_AD_2'; document.getElementById('AD_2').innerHTML = frames[name].document.getElementById('getAdCall').innerHTML; } function getNewAd2() { if (document.getElementById("iframe_AD_2")) { if(document.images) { frames["iframe_AD_2"].location.replace('/ads/getAjaxAd.dbml?call_type=adj&protocol=http&site=jtvs.11400.kentstategoldenflashe&zone=homepage&tile=2&oem=11400&lan=en&dcopt=null&pos=&sec=homepage&u=con%3Djtvs.11400.kentstategoldenflashe%2Fnone%7Csize%3D160x600&gen=none&c_cou=us&c_reg=north_america&s_sec=&c_type=&s_type=homepage&sz=160x600&ord=678499267?dale=1227075324665'); } else { //Old Browsers //frames[iframe.name].location.href = '/'+src; } } else { document.getElementById('AD_2_hidden').innerHTML =''; } var ad_timer_2 = setTimeout('replaceOldAd2()',5000); } if (!album_reload_ad_tile || album_reload_ad_tile.constructor !== Array) { var album_reload_ad_tile = new Array(); } album_reload_ad_tile.push(2); //console.log('added ' + album_reload_ad_tile);
function ADL_GRP2(adhtml, height, width, displaysec) {
this.adhtml = adhtml;
this.height = height;
this.width = width;
this.displaysec = displaysec;
this.start_display = 0;
}
var ADL_GRP2_Loops = 0;
var ADL_GRP2_Running = true;
var ADL_GRP2_Count = 11;
var ADL_GRP2_Current = 4;
var ADL_GRP2_Ads = new Array();
AdGroupsToRotate[AdGroupsToRotate.length] = "GRP2";
ADL_GRP2_Ads[ADL_GRP2_Ads.length] = new ADL_GRP2(' ', '140', '160', 3);
ADL_GRP2_Ads[ADL_GRP2_Ads.length] = new ADL_GRP2(' ', '140', '160', 3);
ADL_GRP2_Ads[ADL_GRP2_Ads.length] = new ADL_GRP2(' ', '140', '160', 3);
ADL_GRP2_Ads[ADL_GRP2_Ads.length] = new ADL_GRP2(' ', '140', '160', 3);
ADL_GRP2_Ads[ADL_GRP2_Ads.length] = new ADL_GRP2(' ', '140', '160', 3);
ADL_GRP2_Ads[ADL_GRP2_Ads.length] = new ADL_GRP2(' ', '140', '160', 3);
ADL_GRP2_Ads[ADL_GRP2_Ads.length] = new ADL_GRP2(' ', '133', '160', 3);
ADL_GRP2_Ads[ADL_GRP2_Ads.length] = new ADL_GRP2(' ', '140', '160', 5);
ADL_GRP2_Ads[ADL_GRP2_Ads.length] = new ADL_GRP2(' ', '140', '160', 3);
ADL_GRP2_Ads[ADL_GRP2_Ads.length] = new ADL_GRP2(' ', '115', '160', 3);
ADL_GRP2_Ads[ADL_GRP2_Ads.length] = new ADL_GRP2(' ', '140', '160', 3);
document.write(''); function replaceOldAd3() { var name = 'iframe_AD_3'; document.getElementById('AD_3').innerHTML = frames[name].document.getElementById('getAdCall').innerHTML; } function getNewAd3() { if (document.getElementById("iframe_AD_3")) { if(document.images) { frames["iframe_AD_3"].location.replace('/ads/getAjaxAd.dbml?call_type=adj&protocol=http&site=jtvs.11400.kentstategoldenflashe&zone=homepage&tile=3&oem=11400&lan=en&dcopt=null&pos=&sec=homepage&u=con%3Djtvs.11400.kentstategoldenflashe%2Fnone%7Csize%3D728x90&gen=none&c_cou=us&c_reg=north_america&s_sec=&c_type=&s_type=homepage&sz=728x90&ord=678499267?dale=1227075324729'); } else { //Old Browsers //frames[iframe.name].location.href = '/'+src; } } else { document.getElementById('AD_3_hidden').innerHTML =''; } var ad_timer_3 = setTimeout('replaceOldAd3()',5000); } if (!album_reload_ad_tile || album_reload_ad_tile.constructor !== Array) { var album_reload_ad_tile = new Array(); } album_reload_ad_tile.push(3); //console.log('added ' + album_reload_ad_tile);
Site Map
|
Contact Us
|
News Feeds (RSS)
|
Privacy & Terms
COLLEGE SPORTS DIRECT
© 2008 Kent StateAll rights reserved.
function openStatViewer(eventID, sportID, theHeight, theOEM) {
var theURL;
var theWidth = 960;
var theToolbarLine;
var addToURL="KEY=" + "&DB_OEM_ID=" + theOEM +
"&DB_ACCOUNT_TYPE=USER" +
"&GAME_STAT_ID=" + eventID +
"&SPORT_ID=" + sportID;
var theBaseServer = "";
theURL = theBaseServer + "/sharedLiveStats/showStatData.dbml?" + addToURL;
theToolbarLine = "toolbar=no,location=no,menubar=no,status=yes,scrollbars=yes,resizable=yes," +
"width=" + theWidth + "," + "height=" + theHeight;
var windowName = "GAME_STAT_ID_" + theOEM + "_" + sportID;
var newWindow = window.open(theURL,
windowName,
theToolbarLine);
if(isNullWindow(newWindow) == true)
{
return;
}
newWindow.focus();
return false;
}
function openFlashViewer(eventID, sportID, theHeight, theOEM) {
var theURL;
var theWidth = 960;
var theToolbarLine;
var addToURL="KEY=" + "&DB_OEM_ID=" + theOEM +
"&DB_ACCOUNT_TYPE=USER" +
"&GAME_STAT_ID=" + eventID +
"&SPORT_ID=" + sportID;
var theBaseServer = "";
theBaseServer = "http://www.nmnathletics.com";
theURL = theBaseServer + "/sharedLiveStats/showFlashData.dbml?" + addToURL;
theToolbarLine = "toolbar=no,location=no,menubar=no,status=yes,scrollbars=yes,resizable=yes," +
"width=" + theWidth + "," + "height=" + theHeight;
var windowName = "GAME_STAT_ID_" + theOEM + "_" + sportID;
var newWindow = window.open(theURL,
windowName,
theToolbarLine);
if(isNullWindow(newWindow) == true)
{
return;
}
newWindow.focus();
return false;
}
document.write(''); function replaceOldAd4() { var name = 'iframe_AD_4'; document.getElementById('AD_4').innerHTML = frames[name].document.getElementById('getAdCall').innerHTML; } function getNewAd4() { if (document.getElementById("iframe_AD_4")) { if(document.images) { frames["iframe_AD_4"].location.replace('/ads/getAjaxAd.dbml?call_type=adj&protocol=http&site=jtvs.11400.kentstategoldenflashe&zone=homepage&tile=4&oem=11400&lan=en&dcopt=null&pos=&sec=homepage&u=con%3Djtvs.11400.kentstategoldenflashe%2Fnone%7Csize%3D200x200&gen=none&c_cou=us&c_reg=north_america&s_sec=&c_type=&s_type=homepage&sz=200x200&ord=678499267?dale=1227075324779'); } else { //Old Browsers //frames[iframe.name].location.href = '/'+src; } } else { document.getElementById('AD_4_hidden').innerHTML =''; } var ad_timer_4 = setTimeout('replaceOldAd4()',5000); } if (!album_reload_ad_tile || album_reload_ad_tile.constructor !== Array) { var album_reload_ad_tile = new Array(); } album_reload_ad_tile.push(4); //console.log('added ' + album_reload_ad_tile);
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src="http://www.kentstatesports.com//" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-5598919-3");
pageTracker._trackPageview();
var _rsCI="us-xostech";
var _rsCG="11400";
var _rsDN="//secure-us.imrworldwide.com/";
var _rsCC=0;
var _rsSE=1;
var _rsSM=1.0;
onDOMComplete(window, DOMLoadHandler); |
|