Watch Full-Length Videos Online
Make us a Video and win $500!
Are you as good at making videos as watching them? Graboid is having a contest to create a new promotional video that we can use on our website and in the Graboid application. First place wins $500 US, a 1 year free Gold account with 50 GB of transfer a month (worth $180), and a Graboid T-Shirt (priceless)!
The prize will be awarded to the best entry submitted, as long as it meets the criteria we specify:
Who
What
When
Where
Enter the Contest
All you have to do is give us your name and email address so we can send you any contest information
function CheckMultiple22(frm, name) { for (var i=0; i < frm.length; i++) { fldObj = frm.elements[i]; fldId = fldObj.id; if (fldId) { var fieldnamecheck=fldObj.id.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } } return false; } function CheckForm22(f) { if (f.email.value == "") { alert("Please enter your email address."); f.email.focus(); return false; }
if (f.format.selectedIndex == -1) { alert("Please choose a format to receive your email campaigns in"); f.format.focus(); return false; }
var fname = "CustomFields_1_22"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field First Name"); fld.focus(); return false; }
var fname = "CustomFields_12_22"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Last Name"); fld.focus(); return false; }
return true; };