Welcome! We have moved your profile to GrindTV.com

Visit Your Profile | Help

News, Features & Race Coverage

Team Suzuki Launches New Website



Team Suzuki Press Office - April 22


Team
Suzuki has today launched its new-look 2009 website to coincide with
Suzuki's home MotoGP this weekend at the Motegi circuit in Japan.


We have maintained a familiar, clear and clean layout, but added more functionality, more user interaction and a fresh new look.


As well as our ongoing in-depth coverage of FIM World Championship
events, we will continue to expand our worldwide coverage of the many
and varied domestic championships that Team Suzuki participates in,
with in-depth news and high-resolution photo downloads for Suzuki fans
and world media alike.


The Team Suzuki website at www.suzuki-racing.com remains the premier site for all Suzuki racing news.



$$('img.yui-img').each(function(i) {
if(i.alt) {
i.style.marginBottom = '0';
i.style.marginTop = '0';
var imgWrapper = document.createElement('div');
imgWrapper.className = 'imgwrapper';
if(i.nodeName == 'A') {
inner_a = i.cloneNode(true);
parent_a = i;
i_sibling = i.nextSibling;
parent_a.removeChild(i);
parent_a.insertBefore(inner_a, i_sibling);
i = inner_a;
}
i.insertBefore(imgWrapper, i.nextSibling);
imgWrapper.appendChild(i);
var caption = document.createElement('p');
var captionText = (i.nodeName == 'A') ? document.createTextNode(i.firstChild.alt) : document.createTextNode(i.alt);
caption.style.marginLeft = i.style.marginLeft;
caption.style.marginRight = i.style.marginRight;
caption.style.marginTop = '3px';
caption.style.width = i.style.width;
switch (i.style.cssFloat) {
case 'left':
case 'right':
imgWrapper.style.marginTop = '4px';
imgWrapper.style.marginBottom = '6px';
imgWrapper.style.cssFloat = i.style.cssFloat;
i.style.cssFloat = '';
}
caption.appendChild(captionText);
imgWrapper.appendChild(caption);
imgWrapper.style.width = (parseInt(i.style.width) + parseInt(i.style.marginLeft) + parseInt(i.style.marginRight)) + 'px';
imgWrapper.style.height = (parseInt(i.style.height) + parseInt(i.style.marginTop) + parseInt(i.style.marginBottom) + parseInt(caption.style.marginTop) + parseInt(caption.style.marginBottom)) + 'px';
caption.className = 'caption';
} else {
switch (i.style.cssFloat) {
case 'left':
case 'right':
i.style.marginTop = '4px';
i.style.marginBottom = '6px';
break;
default:
i.style.marginBottom = '8px';
i.style.marginTop = '8px';
}
}
});
$$('p.caption').each(function(v) {
if(!v.firstChild) {
v.removeChild(v);
} else {
v.style.display = 'block';
}
});
$$('div.video_embed_click').each(function(v) {
v.removeChild(v);
});
$$('div.video_embed_container').each(function(v) {
v.firstChild.style.position = null;
});
$$('div.article-body').each(function(a) {
br = document.createElement('br')
br.style.clear = 'both';
a.appendChild(br);
});