adapar
By: a guest | Oct 6th, 2008 | Syntax:
HTML | Size: 0.62 KB | Hits: 56 | Expires: Never
<link href="http://famspam.com/facebox/facebox.css" media="screen" rel="stylesheet" type="text/css" />
<script src="http://famspam.com/javascripts/jquery.js" type="text/javascript"></script>
<script src="http://famspam.com/facebox/facebox.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(function($) {
$('form').submit(function(){
window.location = 'http://youtube.com/watch?v=Yu_moia-oVI'
return false
})
$(':text').focus(function() { $(this).val('') })
$('a').click(function() { $('form').submit(); return false })
});