ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html dir="ltr" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta name="generator" content="vBulletin 3.6.4" /> <meta name="keywords" content="Pavel Datsyuk, Datsyuk, Pavel, Datsyuk 13, Pavel Datsyuk number 13, hockey, NHL, hockey player, Red Wings, Wings, Detroit, Detroit Wings, Detroit Red, Detroit Red Wings, forward, Stanley Cup champions, Stanley Cup 2002, sport, National Hockey League, stick, puck, offence, defense, goalie, NHL rules, Russian hockey, Russia, Russian Superleague, Super league, hockeytown, Joe Louis Arena, NHLPA, player, Reebok, ccm, Easton, hockey team, power, line mate, linemate, Zetterberg, Yzerman, Shanahan, Hull, Larionov, Fedorov, Lidstrom, game, hockey jersey, jersey, NHL trophy, Lady Byng , hockey career, regular season, playoff, hockey stats, Olympics, Russian National team, gold medal, bronze medal, photo gallery, video gallery, superstar, hockey uniform, ice, center ice , overtime, shootout, goal, goal scorer, All Stars, NHL All Stars, skills competition, Dynamo, Ak Bars, head coach, entry draft, rookie, welcome to my new website webpage, hockey fan, fan favorite " /> <meta name="description" content="Pavel Datsyuk, Datsyuk, Pavel, Datsyuk 13, Pavel Datsyuk number 13, hockey, NHL, hockey player, Red Wings, Wings, Detroit, Detroit Wings, Detroit Red, Detroit Red Wings, forward, Stanley Cup champions, Stanley Cup 2002, sport, National Hockey League, stick, puck, offence, defense, goalie, NHL rules, Russian hockey, Russia, Russian Superleague, Super league, hockeytown, Joe Louis Arena, NHLPA, player, Reebok, ccm, Easton, hockey team, power, line mate, linemate, Zetterberg, Yzerman, Shanahan, Hull, Larionov, Fedorov, Lidstrom, game, hockey jersey, jersey, NHL trophy, Lady Byng , hockey career, regular season, playoff, hockey stats, Olympics, Russian National team, gold medal, bronze medal, photo gallery, video gallery, superstar, hockey uniform, ice, center ice , overtime, shootout, goal, goal scorer, All Stars, NHL All Stars, skills competition, Dynamo, Ak Bars, head coach, entry draft, rookie, welcome to my new website webpage, hockey fan, fan favorite " /> <meta name="keyword phrases" content="Pavel Datsyuk, Datsyuk, Pavel, Datsyuk 13, Pavel Datsyuk number 13, hockey, NHL, hockey player, Red Wings, Wings, Detroit, Detroit Wings, Detroit Red, Detroit Red Wings, forward, Stanley Cup champions, Stanley Cup 2002, sport, National Hockey League, stick, puck, offence, defense, goalie, NHL rules, Russian hockey, Russia, Russian Superleague, Super league, hockeytown, Joe Louis Arena, NHLPA, player, Reebok, ccm, Easton, hockey team, power, line mate, linemate, Zetterberg, Yzerman, Shanahan, Hull, Larionov, Fedorov, Lidstrom, game, hockey jersey, jersey, NHL trophy, Lady Byng , hockey career, regular season, playoff, hockey stats, Olympics, Russian National team, gold medal, bronze medal, photo gallery, video gallery, superstar, hockey uniform, ice, center ice , overtime, shootout, goal, goal scorer, All Stars, NHL All Stars, skills competition, Dynamo, Ak Bars, head coach, entry draft, rookie, welcome to my new website webpage, hockey fan, fan favorite " /> <meta http-equiv="KEYWORDS" content="Pavel Datsyuk, Datsyuk, Pavel, Datsyuk 13, Pavel Datsyuk number 13, hockey, NHL, hockey player, Red Wings, Wings, Detroit, Detroit Wings, Detroit Red, Detroit Red Wings, forward, Stanley Cup champions, Stanley Cup 2002, sport, National Hockey League, stick, puck, offence, defense, goalie, NHL rules, Russian hockey, Russia, Russian Superleague, Super league, hockeytown, Joe Louis Arena, NHLPA, player, Reebok, ccm, Easton, hockey team, power, line mate, linemate, Zetterberg, Yzerman, Shanahan, Hull, Larionov, Fedorov, Lidstrom, game, hockey jersey, jersey, NHL trophy, Lady Byng , hockey career, regular season, playoff, hockey stats, Olympics, Russian National team, gold medal, bronze medal, photo gallery, video gallery, superstar, hockey uniform, ice, center ice , overtime, shootout, goal, goal scorer, All Stars, NHL All Stars, skills competition, Dynamo, Ak Bars, head coach, entry draft, rookie, welcome to my new website webpage, hockey fan, fan favorite " /> <meta name="robots" content="index, follow" /> <meta name="author" content="Pavel Datsyuk, NHL" /> <meta name="resource-type" content="document" /> <meta name="clientbase" content="North America, United States, USA" /> <meta name="distribution" content="North America, United States, USA, Michigan, MI" /> <meta name="location" content="Detroit Red Wings, NHL" /> <meta name="rating" content="General" /> <meta name="page-topic" content="Pavel Datsyuk NHL" /> <meta name="audience" content="all" /> <meta name="expires" content="NEVER" /> <meta name="page-type" content="document" /> <meta name="Detroit" content="GENERAL" /> <meta name="Hockey" content="GENERAL" /> <meta name="Pavel Datsyuk" content="GENERAL" /> <meta name="Classification" content="Hockey" /> <style type="text/css"> <!-- A:active { text-decoration: underline; color: blue; } A:visited { text-decoration: underline; color: white; } A:link { text-decoration: underline; color: white; } A:hover { text-decoration: underline; color: blue; } --> </style> <style type="text/css"> </style> <script> // (C) 2000 www.CodeLifter.com // http://www.codelifter.com // Free for all users, but leave in this header // NS4-6,IE4-6 // Fade effect only in IE; degrades gracefully // ======================================= // set the following variables // ======================================= // Set slideShowSpeed (milliseconds) var slideShowSpeed = 5000 // Duration of crossfade (seconds) var crossFadeDuration = 3 // Specify the image files var Pic = new Array() // don't touch this // to add more images, just continue // the pattern, adding to the array below Pic[0] = 'wpictures/w00.jpg' Pic[1] = 'wpictures/w01.jpg' Pic[2] = 'wpictures/w01.jpg' Pic[3] = 'wpictures/w03.jpg' // ======================================= // do not edit anything below this line // ======================================= var t var j = 0 var p = Pic.length var preLoad = new Array() for (i = 0; i < p; i++){ preLoad[i] = new Image() preLoad[i].src = Pic[i] } function runSlideShow(){ if (document.all){ document.images.SlideShow.style.filter="blendTrans(duration=2)" document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)" document.images.SlideShow.filters.blendTrans.Apply() } document.images.SlideShow.src = preLoad[j].src if (document.all){ document.images.SlideShow.filters.blendTrans.Play() } j = j + 1 if (j > (p-1)) j=0 t = setTimeout('runSlideShow()', slideShowSpeed) } </script> <script language="JavaScript"> function Rpolicy() { popupWin = window.open('http://www.datsyuk13.com/privacypolicy_rus.htm', 'Policy','location=no,scrollbars=yes,width=500,height=360'); window.name = 'opener'; } // </script> <object data="audio/happyBday.mp3" type="application/x-mplayer2" width="0" height="0"> <param name="filename" value="audio/homeaudio_rus.mp3" /> <param name="autostart" value="1" /> <!--<param name="playcount" value="false" />--> </object> </head> <body onload="runSlideShow()"> <!-- <script type="text/javascript"> /****************************************** * Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html) * Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code * Last updated Nov 9th, 05' by DD. This notice must stay intact for use ******************************************/ //Configure below to change URL path to the snow image var snowsrc="snow.gif" // Configure below to change number of snow to render var no = 10; // Configure whether snow should disappear after x seconds (0=never): var hidesnowtime = 0; // Configure how much snow should drop down before fading ("windowheight" or "pageheight") var snowdistance = "pageheight"; ///////////Stop Config////////////////////////////////// var ie4up = (document.all) ? 1 : 0; var ns6up = (document.getElementById&&!document.all) ? 1 : 0; function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 600; if (ns6up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = iecompattest().clientWidth; doc_height = iecompattest().clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-50); // set position variables yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; // set amplitude variables stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables if (ie4up||ns6up) { if (i == 0) { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>"); } else { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>"); } } } function snowIE_NS6() { // IE and NS6 main animation function doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10; doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight; for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); } dx[i] += stx[i]; document.getElementById("dot"+i).style.top=yp[i]+"px"; document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; } snowtimer=setTimeout("snowIE_NS6()", 10); } function hidesnow(){ if (window.snowtimer) clearTimeout(snowtimer) for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden" } if (ie4up||ns6up){ snowIE_NS6(); if (hidesnowtime>0) setTimeout("hidesnow()", hidesnowtime*1000) } </script> --> <body bgcolor="silver" text="#000000" link="#000000" vlink="#000000" alink="#0000FF"> <table border="0" cellpadding="0" cellspacing="0" align="center"> <tr bgcolor="#ffffff"> <td colspan="6"><img src="pictures/s_datsyuk_home_0_rus.jpg" width="774" height="174" border="0"></td> </tr> <tr bgcolor="#ffffff"> <td colspan="3" valign="top"><img src="pictures/s_datsyuk_home_1.jpg" width="258" height="31" border="0"></td> <td colspan="3"> <table border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td width="171" align="center"> <a href="news_rus.htm" OnMouseOver="image7.src='pictures/news_red_rus.jpg'" OnMouseOut="image7.src='pictures/news_white_rus.jpg'"><img src="pictures/news_white_rus.jpg" NAME="image7" ALT=">2>AB8" width="168" height="26" border="0"></a> </td> <td width="171" align="center"> <a href="guestbook_rus.cfm" OnMouseOver="image8.src='pictures/guest_red_rus.jpg'" OnMouseOut="image8.src='pictures/guest_white_rus.jpg'"><img src="pictures/guest_white_rus.jpg" NAME="image8" ALT="B7K2K" width="168" height="26" border="0"></a> </td> <td width="171" align="center"> <a href="mailto:information@datsyuk13.com" OnMouseOver="image9.src='pictures/contus_red_rus.jpg'" OnMouseOut="image9.src='pictures/contus_white_rus.jpg'"><img src="pictures/contus_white_rus.jpg" NAME="image9" ALT="E-Mail" width="168" height="26" border="0"></a> </td> </tr> </table> </td> </tr> <tr bgcolor="#ffffff"> <td colspan="2" valign="top"><img src="pictures/s_datsyuk_home_3.jpg" width="179" height="63" border="0"></td> <td rowspan="8" valign="top"><img src="pictures/s_datsyuk_home_4.jpg" width="79" height="444" border="0"></td> <td rowspan="8" valign="top"><img src="pictures/s_datsyuk_home_5.jpg" width="76" height="444" border="0"></td> <td rowspan="8" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="435"> <tr> <a href="wallpaper_rus.htm"><td colspan="3" align="center"><marquee behavior=SCROLL height=20 width="100%" bgcolor="red" scrolldelay="140" style="cursor:hand"> <font color="white" font size="2" face="arial"><b>!  +" + www.datsyuk13.com <!-- </font><font color="white" font size="1" face="arial">(=060BL 745AL) </font> </b></font></marquee></font></td> --> <!-- <font color="white" font size="2" face="arial"><b> ! 30-B8 ;5B85< B51O, 025;!!! </font><font color="white" font size="1" face="arial"> </font> </b></font></marquee></font></td> --> </tr></a> <tr> <td> </td> <td> <br><p align="left"><font size="3" font color="red" font face="arial"><b>@825BAB285 >B 02;0 0FN:0:</b></font><br><br> </td> <td align="right"> <font face="verdana" font size="1"><a onmouseover="this.style.color='red'" style="color:blue" onmouseout="this.style.color='blue'" href="home.html">english version</a> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="435"> <tr> <td> <p align="left"><font size="2"><font face="arial">>1@> ?>60;>20BL =0 <a onmouseover="this.style.color='red'" style="color:blue" onmouseout="this.style.color='blue'" href="index.htm"><i>Datsyuk13.com</i></a> - <>9 >D8F80;L=K9 251A09B.<br> / ?@83;0H0N 0A ?>A5B8BL <>9 251A09B 8 C7=0BL 1>;LH5 > <>59 E>::59=>9 :0@L5@5 8 =5?>A@54AB25==> >1> <=5. <p>!<>B@8B5 >1=>2;5=8O 2 1;8609H55 2@5<O.<br> / =045NAL, GB> 0< 2AQ ?>=@028BAO =0 <>Q< 251A09B5.<br> <p> 5IQ @07 A?0A81> 70 20H5 2=8<0=85 8 ?>445@6:C!<br> / =045NAL C2845BL 2A5E 20A 2 A57>=5 2008 - 2009!<br><br> </td> <table border="0" cellpadding="0" cellspacing="0" width="435"> <tr> <td valign="top"><img src="signdats1.jpg" width="152" height="84"><br><br> </td> <td align="left"><font face="Arial"><font size="2"><b> -- 025; 0FN:</b></font><br><br> </td> <td width="150"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="435"> <tr> <td align="center"> <img src="wpictures/w00.jpg" name='SlideShow' width=400 height=274 align="center"> </td> </tr> </tr> </table> </td> <td rowspan="8" valign="top"></td> </tr> <tr> <td valign="top"><a href="home_rus.html" OnMouseOver="image1.src='pictures/s_datsyuk_home_8_blue_rus.jpg'" OnMouseOut="image1.src='pictures/s_datsyuk_home_8_white_rus.jpg'"><img src="pictures/s_datsyuk_home_8_white_rus.jpg" NAME="image1" ALT=";02=0O" width="114" height="26" border="0"></a></td> <td rowspan="6" valign="top"><img src="pictures/s_datsyuk_home_9.jpg" width="65" height="164" border="0"></td> </tr> <tr> <td valign="top"><a href="biography_rus.htm" OnMouseOver="image2.src='pictures/s_datsyuk_home_10_blue_rus.jpg'" OnMouseOut="image2.src='pictures/s_datsyuk_home_10_white_rus.jpg'"><img src="pictures/s_datsyuk_home_10_white_rus.jpg" NAME="image2" ALT="8>3@0D8O" width="114" height="28" border="0"></a></td> </tr> <tr> <td valign="top"><a href="stats_rus.htm" OnMouseOver="image3.src='pictures/s_datsyuk_home_11_blue_rus.jpg'" OnMouseOut="image3.src='pictures/s_datsyuk_home_11_white_rus.jpg'"><img src="pictures/s_datsyuk_home_11_white_rus.jpg" NAME="image3" ALT="!B0B8AB8:0" width="114" height="27" border="0"></a></td> </tr> <tr> <td valign="top"><a href="photogallery_rus.htm" OnMouseOver="image4.src='pictures/s_datsyuk_home_12_blue_rus.jpg'" OnMouseOut="image4.src='pictures/s_datsyuk_home_12_white_rus.jpg'"><img src="pictures/s_datsyuk_home_12_white_rus.jpg" NAME="image4" ALT="$>B>" width="114" height="29" border="0"></a></td> </tr> <tr> <td valign="top"><a href="videogallery_rus.htm" OnMouseOver="image5.src='pictures/s_datsyuk_home_13_blue_rus.jpg'" OnMouseOut="image5.src='pictures/s_datsyuk_home_13_white_rus.jpg'"><img src="pictures/s_datsyuk_home_13_white_rus.jpg" NAME="image5" ALT="845>" width="114" height="29" border="0"></a></td> </tr> <tr> <td valign="top"><a href="hobby_rus.htm" OnMouseOver="image6.src='pictures/s_datsyuk_home_14_blue_rus.jpg'" OnMouseOut="image6.src='pictures/s_datsyuk_home_14_white_rus.jpg'"><img src="pictures/s_datsyuk_home_14_white_rus.jpg" NAME="image6" ALT="%>118" width="114" height="25" border="0"></a></td> </tr> <tr bgcolor="#ffffff"> <td colspan="2" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="179"> <tr bgcolor="red"> <td align="center"> <img src="calendar_rus.gif" alt="Calendar" width="179" height="30"> <table border="0" cellpadding="0" cellspacing="0" align="center" width="179"> <tr> <td width="179" align="center"> <!-- <a href="#" onClick="SchedulePlayoff=window.open('schedule_08_playoff_rus.htm','SchedulePlayoff','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=450,height=400,left=100,top=100'); return false;"><font face="verdana" font size="1"><b>2007-08 E-$$</b></font></a></td> </tr> --> <table border="0" cellpadding="0" cellspacing="0" align="center" width="179"> <tr> <td width="25" align="center"> <a href="#" onClick="ScheduleOct=window.open('schedule_08_oct_rus.htm','ScheduleOct','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=450,height=400,left=100,top=100'); return false;"><font face="verdana" font size="1"><b>:B</b></font></a></td> <td width="25" align="center"> <a href="#" onClick="ScheduleNov=window.open('schedule_08_nov_rus.htm','ScheduleNov','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=450,height=400,left=100,top=100'); return false;"><font face="verdana" font size="1"><b>>O</b></font></a></td> <td width="25" align="center"> <a href="#" onClick="ScheduleDec=window.open('schedule_08_dec_rus.htm','ScheduleDec','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=450,height=400,left=100,top=100'); return false;"><font face="verdana" font size="1"><b>5:</b></font></a></td> <td width="25" align="center"> <a href="#" onClick="ScheduleJan=window.open('schedule_09_jan_rus.htm','ScheduleJan','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=450,height=400,left=100,top=100'); return false;"><font face="verdana" font size="1"><b>/=2</b></font></a></td> <td width="25" align="center"> <a href="#" onClick="ScheduleFeb=window.open('schedule_09_feb_rus.htm','ScheduleFeb','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=450,height=400,left=100,top=100'); return false;"><font face="verdana" font size="1"><b>$52</b></font></a></td> <td width="25" align="center"> <a href="#" onClick="ScheduleMar=window.open('schedule_09_mar_rus.htm','ScheduleMar','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=450,height=400,left=100,top=100'); return false;"><font face="verdana" font size="1"><b>0@</b></font></a></td> <td width="25" align="center"> <a href="#" onClick="ScheduleApr=window.open('schedule_09_apr_rus.htm','ScheduleApr','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=450,height=400,left=100,top=100'); return false;"><font face="verdana" font size="1"><b>?@</b></font></a></td> </tr> </table> <tr> <td bgcolor="red" width="100%" height="4"> </td> </tr> <tr> <td bgcolor="#dcdcdc" width="100%" height="6"> </td> </tr> <tr> <td bgcolor="red" width="100%" height="4"> </td> <tr> <td bgcolor="red" width="100%"> <font face="verdana" font size="1"><a href="wallpaper_rus.htm"><b> # </b></a> </td> </tr> <tr> <td bgcolor="red" width="100%" height="4"> </td> <tr> <tr> <td> <a href="wallpaper.htm"><img src="wallpapers/wallpaper_1.jpg" alt=" # "></a> </td> </tr> <tr> <td bgcolor="red" width="100%" height="4"> </td> </tr> </table> </td> </tr> <tr> <td bgcolor="red" width="100%" height="2"> </td> </tr> <tr> <td bgcolor="#dcdcdc" width="100%" height="6"> </td> </tr> <tr> <td bgcolor="#a9a9a9" width="100%" height="2"> </td> </tr> <tr> <td width="100%"> <img src="pd_02.jpg" width="179" height="256"> </td> </tr> <tr> <td width="100%" height="2"> </td> </tr> <tr> <td width="100%"> <img src="pd_01.jpg" width="179" height="256"> </td> </tr> <tr> <td width="100%" height="2"> </td> </tr> </table> </td> </tr> <tr bgcolor="red"> <td colspan="5" valign="top" > <table border="0" cellpadding="0" cellspacing="0" width="769" align="center" valign="top"> <tr> <hr color="#cccccc" width="95%"> <b><p align="center"><font face="verdana" font size="1"><a href="home_rus.html"><b>/ </a> | <a href="biography_rus.htm"> $/</a> | <a href="stats_rus.htm">!""!"</a> | <a href="photogallery_rus.htm">$"</a> | <a href="videogallery_rus.htm"></a> | <a href="hobby_rus.htm">%</a> | <a href="wallpaper_rus.htm"></a> | <a href="news_rus.htm">!"</a> | <a href="guestbook_rus.cfm">"++</a> | <a href="mailto:information@datsyuk13.com">E-MAIL</a></b> </p> <tr> <td> <p align="center"><font face="Arial" font color="white" font size="1"><br> $>B>3@0D888 A45;0=K Dave Reginek DRW</font> </td> </tr> <tr> <td> <!--INSTALL AUTOMATIC COPYRIGHT UPDATE--> <center> <font face="Arial"><font size="1"><br> <a href="" onclick="Rpolicy();return false;"> <script type="text/javascript"> <!-- Begin copyright=new Date(); update=copyright.getFullYear(); document.write("Copyright © 2006-"+ update + " A5 ?@020 70I8I5=K."); // End --> </script></a> <!-- End of AUTOMATIC COPYRIGHT UPDATE script --> </td> </tr> </tr> </table> </td> <td width="5"></td> </tr> </table> </body> </html>