<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

<head>
<DIV onmouseover="ql_div_mouseOver();" onmouseout="ql_div_mouseOut();" class='ql_tipBox' id='ql_tipBox1'></DIV><DIV onmouseover="ql_div_mouseOver();" onmouseout="ql_div_mouseOut();" class='ql_tipBox' id='ql_tipBox2'></DIV><DIV onmouseover="ql_div_mouseOver();" onmouseout="ql_div_mouseOut();" class='ql_tipBox' id='ql_tipBox3'></DIV><DIV onmouseover="ql_div_mouseOver();" onmouseout="ql_div_mouseOut();" class='ql_tipBox' id='ql_tipBox4'></DIV><DIV onmouseover="ql_div_mouseOver();" onmouseout="ql_div_mouseOut();" class='ql_tipBox' id='ql_tipBox5'></DIV><DIV onmouseover="ql_div_mouseOver();" onmouseout="ql_div_mouseOut();" class='ql_tipBox' id='ql_tipBox6'></DIV><DIV onmouseover="ql_div_mouseOver();" onmouseout="ql_div_mouseOut();" class='ql_tipBox' id='ql_tipBox7'></DIV><DIV onmouseover="ql_div_mouseOver();" onmouseout="ql_div_mouseOut();" class='ql_tipBox' id='ql_tipBox8'></DIV><DIV onmouseover="ql_div_mouseOver();" onmouseout="ql_div_mouseOut();" class='ql_tipBox' id='ql_tipBox9'></DIV><DIV onmouseover="ql_div_mouseOver();" onmouseout="ql_div_mouseOut();" class='ql_tipBox' id='ql_tipBox10'></DIV>

<STYLE>
div.ql_tipBox{
padding-bottom:0px;
position:absolute;
width:225px;
z-index: 10000000;
border: 1pt black solid;
background: #FFFFCC;
visibility: hidden;
}
</STYLE>

<SCRIPT>

function ql_div_mouseOut(){ self.ql_isOverTip = false; }

function ql_div_mouseOver() { self.ql_isOverTip = true; }

function ql_handle_onFocus(){
self.ql_div_cur=(Math.round((Math.random()*9)+1));
}

if (window.captureEvents)
window.captureEvents(Event.FOCUS);
window.onFocus = ql_handle_onFocus();

function ql_displayContents(tip) {
var el = self.document.getElementById('ql_tipBox'+self.ql_div_cur);
if(!el) {
if(window.self.frames.length)
el = self.document.getElementById('ql_tipBox'+self.ql_div_cur);
}
if(el) {
el.innerHTML=tip;
ql_setPosition(el); ql_adjustBox();
var tip = self.document.getElementById(self.ql_skeyphrase);
if(tip) {
tip.style.visibility='visible';
tip.style.visibility='hidden';
}
setTimeout('ql_showDiv()', 3);
}
}

function ql_adjustBox() {
var el=self.document.getElementById('ql_tipBox'+self.ql_div_cur);
var tip = document.getElementById(self.ql_skeyphrase);
if(el) {
if(document.body.clientWidth < (el.style.pixelLeft+el.offsetWidth)) {
var pos = (el.style.pixelLeft-el.offsetWidth);
if(pos > 0)
el.style.pixelLeft = pos;
}
else if((el.style.pixelLeft-el.offsetwidth) < document.body.scrollLeft) {
el.style.pixelLeft = el.styel.pixelLeft + el.offsetWidth;
}
if((document.body.offsetHeight+document.body.scrollTop) < (el.style.pixelTop+el.offsetHeight)) {
var pos = (el.style.pixelTop-el.offsetHeight-15);
if(pos > (document.body.scrollTop))
el.style.pixelTop = pos;
}
else if(el.style.pixelTop < document.body.scrollTop) {
el.style.pixelTop = el.style.pixelTop + el.offsetHeight + 15;
}
}
}

function ql_showDiv() {
if(self.ql_isOverTip || self.ql_isOverLink) {
var tip=self.document.getElementById(self.ql_skeyphrase);
var el = self.document.getElementById('ql_tipBox'+self.ql_div_cur);
if(!el){ el = self.document.getElementById('ql_tipBox'+self.ql_div_cur); }
if(el) {
ql_adjustBox();
if(self.isReady==true && tip){
tip.style.visibility='visible';
el.style.visibility = 'visible';
ql_closeiframe();
}
else { setTimeout('ql_showDiv()', 3) }
}
}
}

function ql_getOffset(el, which) {
var amount = el['offset'+which];
if (which=='Top')
amount+=el.offsetHeight;
el = el.offsetParent;
while (el!=null) {
amount+=el['offset'+which];
el = el.offsetParent;
}
return amount;
}

function ql_setPosition(el) {
if(window.event) {src = window.event.srcElement;} else{ var src = self.ql_sevent; }
el.style.pixelTop = ql_getOffset(src, 'Top');
if( self.name && (self.name != 'opener')) { el.style.pixelLeft += 15; }
el.style.pixelLeft= ql_getOffset(src, 'Left');
}

function ql_getFrameSize(){
var el = document.getElementById('ql_tipBox'+self.ql_div_cur);
var tip= document.getElementById(ql_skeyphrase);
if(el && el.style) {
el.style.width=tip.style.width;
el.style.height=tip.style.height;
}
}

function ql_doMouseOver(showBox) {
var el = document.getElementById('ql_tipBox'+self.ql_div_cur);
if(!el)
self.document.getElementById('ql_tipBox'+self.ql_div_cur);
if(el) if(el.style) { if(showBox) el.style.visibility='visible'; }
var query = self.ql_skeyphrase;
if(self.ql_isOverTip == true)
return false;
self.ql_isOverTip = true;
var tip=document.getElementById(query);
if(tip && (query == self.ql_last_query)) {
setTimeout('ql_showDiv()',10);
}
else {
if(self.ql_isOverLink) {
self.isReady=false; var tip = "<iframe id='"+query+"'src='http://www.qklinkserver.com/more_content.asp?si=19903&keyphrase="+query+"' scrolling=no onLoad='self.isReady=true;' onmouseover='if(self.ql_timeout) clearTimeout(self.ql_timeout); self.ql_isOverTip = true;' onmouseout='if(self.ql_timeout) clearTimeout(self.ql_timeout); self.ql_isOverTip=false; ql_closeiframe(); if(self.ql_timeout) clearTimeout(self.ql_timeout);' width='225px' height='140px'></iframe>";
self.ql_last_query = query; ql_displayContents(tip);
}
}
return false;
}

function ql_closeiframe() {
if((self.ql_isOverTip == true) && (self.ql_skeyphrase == self.ql_last_query)){ return false; }
var tip=document.getElementById(self.ql_skeyphrase);
if(tip) {
tip.style.visibility='hidden';
}
var el = self.document.getElementById('ql_tipBox'+self.ql_div_cur);
if(el) {
el.style.visibility = 'hidden';
}
else {
if(window.self.frames.length) {
var el=self.document.getElementById('ql_tipBox'+self.ql_div_cur);
if(el)
el.style.visibility='hidden';
}
}
}
</SCRIPT>
<STYLE>BODY {
BORDER-RIGHT: #5c6390 9px ridge; BORDER-TOP: #5c6390 8px ridge; BORDER-LEFT: #5c6390 0px ridge; BORDER-BOTTOM: #5c6390 9px ridge
}
</STYLE>

<STYLE type=text/css>BODY {
SCROLLBAR-FACE-COLOR: #b5bcec; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #b5bcec; SCROLLBAR-ARROW-COLOR: #1e2552; SCROLLBAR-TRACK-COLOR: #d0d8ff; SCROLLBAR-DARKSHADOW-COLOR: #b5bcec
}
A {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:hover {
COLOR: #ffffff; BORDER-BOTTOM: 3px dotted; TEXT-DECORATION: none
}
</STYLE>


<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="Microsoft FrontPage 6.0" name=GENERATOR>
<title>* Script * Cursor espiral</title>
</HEAD>
<BODY bgColor=#000000 onload=initMFXCoords();MFX_initALL()>
<SCRIPT language=JavaScript>
<!--
var NN = (navigator.appName == "" && parseInt(navigator.appVersion) >= 4);
function MFX_initALL(){

HIDDEN = (NN) ? 'hide' : 'hidden';
VISIBLE = (NN) ? 'show' : 'visible';
runslide=false;
runslide1=true;
stepSide=4;
stepDown=3;
allX = (NN) ? window.innerWidth : document.body.clientWidth;
allY = (NN) ? window.innerHeight : document.body.clientHeight;
centerX = allX/2;
centerY = allY/2;
myREF=0;
L= new Array();
D=new Array;
L[0] = (NN) ? document.Layer1 : document.all.Layer1.style;
L[1] = (NN) ? document.Layer2 : document.all.Layer2.style;
L[2] = (NN) ? document.Layer3 : document.all.Layer3.style;
L[3] = (NN) ? document.Layer4 : document.all.Layer4.style;
L[4] = (NN) ? document.Layer5 : document.all.Layer5.style;
L[5] = (NN) ? document.Layer6 : document.all.Layer6.style;
L[6] = (NN) ? document.Layer7 : document.all.Layer7.style;
L[7] = (NN) ? document.Layer8 : document.all.Layer8.style;
distanceTOhere= new Array();
distanceTOhere[0]=1;
distanceTOhere[1]=0.85;
distanceTOhere[2]=0.7;
distanceTOhere[3]=0.55;
distanceTOhere[4]=0.4;
distanceTOhere[5]=0.3;
distanceTOhere[6]=0.15;
ofset=new Array();
ofset[0]=10;
ofset[1]=20;
ofset[2]=30;
ofset[3]=40;
ofset[4]=50;
ofset[5]=60;
ofset[6]=70;
for(m=0; m<L.length; m++){
L[m].visibility=VISIBLE;
}
if(NN){
L[7].left=centerX-5;
L[7].top=centerY-5;
}
else{
L[7].pixelLeft=centerX-5;
L[7].pixelTop=centerY-5;
}
}
function initMFXCoords(e){
if(NN){
window.captureEvents(Event.MOUSEMOVE);
window.onmousemove = MFXCoords;
}
else{
window.document.onmousemove = MFXCoords;
}

}

function MFXCoords(evt){
if(!runslide){
if(NN){
posX=evt.pageX;
posY=evt.pageY;
myX=centerX-posX+73;
myY=centerY-posY+73;
for(i=0; i<L.length-1; i++){
L[i].moveTo(centerX-distanceTOhere[i]*myX,centerY-distanceTOhere[i]*myY)
}
}
else{
posX=window.event.x;
posY=window.event.y;
myX=centerX-posX+73;
myY=centerY-posY+73;
for(i=0; i<L.length-1; i++){
L[i].pixelLeft=(centerX-distanceTOhere[i]*myX)
L[i].pixelTop=(centerY-distanceTOhere[i]*myY)
}}
}
}

//-->
</SCRIPT>

<div align="center">
<center>

<TABLE width="579" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">
<TBODY>
<TR>
<TD align=middle width="573">
<p></TD></TR></TBODY></TABLE></center>
</div>
<p align="center">
&nbsp;</p>
<p align="center">
&nbsp;</p>
<p align="center">
&nbsp;</p>
<p align="center">
&nbsp;</p>
<p align="center">
<img border="0" src="7scriptcoeurdamour1.gif" width="152" height="164"></p>
<p align="center">&nbsp;</p>
<p align="center"><font color="#FFFFFF"><BR>
</font></p>
<TABLE width="100%">
<TBODY>
<TR>
<TD align=middle><!-- Start of Counter Code -->
<SCRIPT language=javascript type=text/javascript>
s="na";c="na";j="na";f=""+escape(document.referrer)
</SCRIPT>

<SCRIPT language=javascript1.2 type=text/javascript>
s=screen.width;v=navigator.appName
if (v != "Netscape") {c=screen.colorDepth}
else {c=screen.pixelDepth}
j=navigator.javaEnabled()
</SCRIPT>

<SCRIPT language=javascript type=text/javascript>
function pr(n) {document.write(n,"\n");}
NS2Ch=0
if (navigator.appName == "Netscape" &&
navigator.appVersion.charAt(0) == "2") {NS2Ch=1}
if (NS2Ch == 0) {
r="&size="+s+"&colors="+c+"&referer="+f+"&java="+j+""
pr("<\/A>")}
</SCRIPT>
<NOSCRIPT>
<P><A
target=_top><IMG alt=TC src="7scriptcoeurdamour1.gif" border=0 width="100" height="75"></A>
</P></NOSCRIPT></TD></TR></TBODY></TABLE>
<DIV id=Layer1
style="Z-INDEX: 1; LEFT: 318px; VISIBILITY: hidden; WIDTH: 140px; POSITION: absolute; TOP: 46px; HEIGHT: 140px"><IMG
height=140 src="7scriptcoeurdamour1.gif" width=140> </DIV>
<DIV id=Layer2
style="Z-INDEX: 1; LEFT: 23px; VISIBILITY: hidden; WIDTH: 120px; POSITION: absolute; TOP: 151px; HEIGHT: 120px"><IMG
height=120 src="7scriptcoeurdamour1.gif" width=120></DIV>
<DIV id=Layer3
style="Z-INDEX: 2; LEFT: 268px; VISIBILITY: hidden; WIDTH: 100px; POSITION: absolute; TOP: 311px; HEIGHT: 100px"><IMG
height=100 src="7scriptcoeurdamour1.gif" width=100></DIV>
<DIV id=Layer4
style="Z-INDEX: 3; LEFT: 568px; VISIBILITY: hidden; WIDTH: 80px; POSITION: absolute; TOP: 241px; HEIGHT: 80px"><IMG
height=80 src="7scriptcoeurdamour1.gif" width=80></DIV>
<DIV id=Layer5
style="Z-INDEX: 4; LEFT: 23px; VISIBILITY: hidden; WIDTH: 60px; POSITION: absolute; TOP: 301px; HEIGHT: 60px"><IMG
height=60 src="7scriptcoeurdamour1.gif" width=60></DIV>
<DIV id=Layer6
style="Z-INDEX: 5; LEFT: 458px; VISIBILITY: hidden; WIDTH: 40px; POSITION: absolute; TOP: 181px; HEIGHT: 40px"><IMG
height=40 src="7scriptcoeurdamour1.gif" width=40></DIV>
<DIV id=Layer7
style="Z-INDEX: 5; LEFT: 743px; VISIBILITY: hidden; WIDTH: 20px; POSITION: absolute; TOP: 211px; HEIGHT: 20px"><IMG
height=20 src="7scriptcoeurdamour1.gif" width=20></DIV>
<DIV id=Layer8
style="Z-INDEX: 6; LEFT: 143px; VISIBILITY: hidden; WIDTH: 10px; POSITION: absolute; TOP: 481px; HEIGHT: 10px">
<p align="center"></SCRIPT></A></DIV>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p align="center"><b><font color="#CCCCFF" face="Trebuchet MS">
</BODY></HTML>

</body>

</html>