//configure shake degree (where larger # equals greater shake)
var rector=3
///////DONE EDITTING///////////
var stopit=0
var a=1
function init(which){
stopit=0
shake=which
shake.style.left=0
shake.style.top=0
}
function rattleimage(){
if ((!document.all&&!document.getElementById)||stopit==1)
return
if (a==1){
shake.style.top=parseInt(shake.style.top)+rector
}
else if (a==2){
shake.style.left=parseInt(shake.style.left)+rector
}
else if (a==3){
shake.style.top=parseInt(shake.style.top)-rector
}
else{
shake.style.left=parseInt(shake.style.left)-rector
}
if (a
a++
else
a=1
setTimeout("rattleimage()",50)
}
function stoprattle(which){
stopit=1
which.style.left=0
which.style.top=0
}
//]]>
She's the Man (Widescreen Edition) Review
See more picture
Amanda Bynes proves that girls can do anything guys can do in She's the Man. The laughs are non-stop when Viola (Bynes), disguised as her twin brother, Sebastian (James Kirk), joins the high school boys' soccer team and helps win the big game while unexpectedly falling for Duke (Channing Tatum) the hot star forward. Viola discovers that dealing with high school politics and twisted love triangles is a major challenge when you're a guy who's really a girl! From the writers of Legally Blonde, She's the Man features an ensemble cast of up and coming stars and hit songs from OK-Go, The Veronicas & the F-ups. It's perfect for good-time fun!
var clickmessage="ไม่ให้ SAVE รูปภาพครับ"
function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}
function associateimages(){
for(i=0;i document.images[i].onmousedown=disableclick;
}
if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()
//]]>
via The Story