-
Notifications
You must be signed in to change notification settings - Fork 0
/
countdown.html
46 lines (45 loc) · 1.95 KB
/
countdown.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>countdown</title>
<script language="javascript">AC_FL_RunContent = 0;
function redirect()
{
document.location = "home.php"
}
setTimeout( "redirect();", 15000 )
</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
<style type="text/css">
<!--
body {
background-color: #000000;
}
.simplelink {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
color: #FF6600;
text-decoration: none;
}
-->
</style>
</head>
<body>
<div align="center">
<!--url's used in the movie-->
<a href="http://contest.spalanca.com"></a>
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet --><span ><a class="simplelink" href="http://www.spalanca.com/home.php">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','100%','height','100%','title','contest','src','banner1','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','bgcolor','#000000','movie','banner1' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="100%" height="100%" title="contest">
<param name="movie" value="banner1.swf">
<param name="quality" value="high"><param name="BGCOLOR" value="#000000">
<embed src="banner1.swf" width="100%" height="100%" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" bgcolor="#000000"></embed>
</object></noscript>
<br />
Me ne frego del contest. Sbaglio, ma è così! Voglio andare su Spalanca </a></span></div>
</body>
</html>