//if (currentPageType == "article" || currentPageType == "related" || currentPageType == "index" || currentPageType == "library" || (currentPageType == "home" && currentSection!="Car of the Year" && currentSection!= "Car of the Year 2006" && currentSection!= "Car of the Year 2007" && currentSection!= "Design Awards" && currentTitle!="Wheels" && currentTitle!="WheelsHomeTest")) { if (currentPageType == "article" || currentPageType == "related" || currentPageType == "index" || currentPageType == "library" || (currentPageType == "home" && currentTitle!="Wheels" && currentTitle!="WheelsHomeTest" && currentSection != "Car of the Year 2006" && currentSection!= "Car of the Year 2005" && currentSection!= "Car of the Year 2007" && currentSubsection != "2008 Young Designer")) { if (currentSection!= "Car of the Year 2007" || currentSection!= "Car of the Year 2006" || currentSection!= "Car of the Year 2005" || currentSection!= "Design Awards") { document.write('
Email a friend'); var thisURL = document.location.href; if (thisURL.indexOf("?open")!=-1) { var splitURL = thisURL.split("?open"); if (splitURL[1].indexOf("domWheels")!=-1) { var endURL = splitURL[1].replace("domWheels","domPrint"); } else { var endURL = splitURL[1] + "&template=domPrint"; } if (currentPageType=="index") { if (thisURL.indexOf("domWheels")!=-1) { document.write('Print'); } else { document.write('Print'); } } else { // article document.write('Print'); } } else { document.write('Print'); } document.write('Small fontLarge font'); //document.write('
bookmark this page
'); document.write(''); } // insert secstraps if((currentSection!="" && currentSection!="Library" && currentPageType!="home" && currentSection!="Blogs" && currentSubsection != "Ford Orion") || (currentSection=="Car of the Year 2007" && currentPageType=="article") || (currentPageType == "home" && currentSubsection == "Motor shows")) { if(currentSection == 'Design Awards' && currentSubsection == '2008 Young Designer') { document.write('',currentSection,''); } else { //check if template being used is domWheelsSpecials if(currentTemplate && currentTemplate.toLowerCase() == 'domwheelsspecials') { document.write('',currentSection,''); } else { document.write('',currentSection,''); } } } else if (currentSection=="Car of the Year 2007") { if(currentPageType != "article") { if (currentSubsection=="An introduction") { document.write('
',currentTitle,'
'); } if (currentSubsection=="Stage 1") { document.write('
',currentTitle,'
'); } if (currentSubsection=="Stage 2") { document.write('
',currentTitle,'
'); } if (currentSubsection=="Stage 3") { document.write('
',currentTitle,'
'); } if (currentSubsection=="COTY Videos") { document.write('
',currentTitle,'
'); } } } else if (currentSection=="Library") { document.write('',currentTitle,''); } else if (currentPageType=="home") { switch(currentSubsection) { case '2008 Young Designer': break; default: document.write('',currentTitle,''); } } else if(currentSection=="Blogs") { if(currentPageType=="index")//check if it's not an article page { var pageUrl = window.location.href; if(pageUrl.indexOf('author') != -1)//Check if the articles belong to the same blogger { var authorName = pageUrl.substr(pageUrl.indexOf('author') + 7).replace('+',' '); var currentAuthorImg = getBlogHeading(escape(authorName)); document.write('',currentSection,''); } else { document.write('',currentSection,''); } } else { var currentAuthorImg = getBlogHeading(escape(document.forms[0].ArticleAuthorName.value)); document.write('',currentSection,''); } } else if(currentSubsection == "Ford Orion") { document.write('',currentSection,''); } else { // do nothing } /* if(document.forms[0].PageType.value != 'article' && (document.forms[0].PageType.value == 'index' && document.forms[0].Type.value == 'Sections') && (currentSection!= "Car of the Year 2007" || currentSection!= "Car of the Year 2006" || currentSection!= "Design Awards")) { document.write('
'); document.write(''); document.write('AddThis Social Bookmark Button'); var addthis_pub = 'rogertech'; document.write(''); document.write('
'); } */ } if(((document.forms[0].PageType.value == 'index' && document.forms[0].Type.value == 'Sections')||(document.forms[0].PageType.value == 'home' && (document.forms[0].Type.value == 'Subsections' || document.forms[0].Type.value == 'Sections'))) && document.forms[0].PageType.value != 'article' && currentSection != 'Home' && currentSection!= "Car of the Year 2007" && currentSection!= "Car of the Year 2006" && currentSection!= "Car of the Year 2005" && currentSubsection!= "2008 Young Designer") { document.write('
'); document.write(''); document.write('AddThis Social Bookmark Button'); var addthis_pub = 'rogertech'; document.write(''); document.write('
'); }