You are on page 1of 1

1 <html>​

2
3 <head>​
4 <STYLE TYPE="text/css">​
5 <!--​
6 A {​
7 text-decoration: none;​
8 list-style-type: square;​
9 }​
10 A:hover { color:#003366; }​
11 A:link { color:#FF6600; }​
12
13 -->​
14
15 BODY​
16 { FONT-FAMILY: Arial;​
17 COLOR: #666666;​
18 FONT-SIZE: 10pt;}​
19 TR​
20 { FONT-FAMILY: Arial;​
21 FONT-SIZE: 10pt;}​
22 A​
23 {​
24 FONT-FAMILY: Arial;​
25 FONT-SIZE: 10pt;​
26 list-style-position: outside;​
27 list-style-type: square;​
28 }​
29 ​
30 </style>​
31
32 <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">​
33 //code modified by VS​
34 //variables below to control look and feel of popup box​
35 var insidecolor= '#FFFFFF';​
36 var bordercolor= '#000000';​
37 var outsidecolor = '#FFFFFF';​
38 //variables above to control look and feel of popup box​
39 //code modified by VS​
40
41
42 window.name = "popup";​
43
44 function openWin(page)​
45 {​
46 var pWidth = ( ((parseInt(screen.width) / 2)) - 380)​
47 var pHeight = (((parseInt(screen.height) / 2)) - 250)​
48 ExternalWindow = window.open(page,'newWin',"toolbar=1,location=1,directories=1,status=1,menubar=1,width=760,height=500,top=" + pHeight + ",left=" + pWidth + ",scrollbars=1,resizable=1,status=1,toolbars=1");​
49 }​
50
51
52
53 function getUrlArgs()​
54 {​
55 var args = new Object();​
56 var query = location.search.substring(1);​
57 //alert("query: " + query);​
58 /*var pairs = query.split(",");​
59 alert("pairs: " + pairs);​
60 for(var i = 0; i < pairs.length; i++)​
61 {​
62 var pos = pairs[i].indexOf("=");​
63 if(pos == -1) continue;​
64 var argname = pairs[i].substring(0, pos);​
65 alert("argname; " + argname);​
66 var value = pairs[i].substring(pos+1);​
67 var indx = value.indexOf("&");​
68 ​
69 //if only one parameter is passed (ie- there would be no &)​
70 //if (indx == -1) ​
71 indx = value.length;​
72 //alert (indx);​
73 value = value.substring(0, indx);​
74 //alert("value: " + value);​
75 args[argname] = unescape(value);​
76 }​
77 //alert("args[argname]: " + args[argname]);​
78 return args[argname];*/​
79 var pos = query.indexOf("=");​
80 var modquery = query.substring(pos+1);​
81 //alert("modquery: " + modquery);​
82 return modquery;​
83 }​
84
85
86
87 //get the location we are supposed to go to​
88 var page = getUrlArgs();​
89
90 //alert(page);​
91 //alert('here');​
92 //you have to break up javascript in a javascript function​
93
94
95 function followLink(page)​
96 {​
97 var pWidth = ( ((parseInt(screen.width) / 2)) - 380);​
98 var pHeight = (((parseInt(screen.height) / 2)) - 250);​
99 cWindow = window.open(page+'','newWin',"width=760,height=500,top=" + pHeight + ",left=" + pWidth + ",scrollbars=1,resizable=1,status=1,toolbar=1,menubar=1");​
100 }​
101
102
103
104 </SCRIPT> ​
105
106 <title>Outside Web Site Disclosure</title>​
107 </HEAD>​
108 <BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>​
109
110 <table width="565" border="0" cellspacing="1" cellpadding="1">​
111 <tr>​
112 <td><p>You are now leaving Kinecta&rsquo;s Web site. We provide hyperlinks to other sites solely as a convenience to our users, and they may not always function properly. Kinecta does not control hyperlinked sites. We are not responsible for the contents of, or any link within, a third party's site. A non-Kinecta site might have a different privacy policy and may provide less security than Kinecta&rsquo;s site. When accessing a site from Kinecta's site, you are responsible for confirming the identity and authenticity of any third party you visit and transact business with online. Hyperlinks from Kinecta&rsquo;s site are not endorsements by Kinecta of any third party, its ownership or management, products, services, information or recommendations it may offer, or any advertisers or sponsors appearing on a third party's site. ​
113 ​
114 <p align="center"><a href="javascript:self.close();" onClick="javascript:followLink(page);">Continue</a>&nbsp;| <a href="javascript:self.close();">Close</a>​
115 </td>​
116 </tr>​
117 </table>​
118 </BODY>​
119 </HTML>

You might also like