
//COPYRIGHT 2009 D. NEUMAN / CHOOBO.COM - ALL RIGHTS RESERVED

//EDIT THIS SETTING TO LINK TO YOUR VIDEO PLAYER PAGE
//OR A LINK TO DOWNLOAD YOUR VIDEO
//EXAMPLE: 
//var video_play_url_472067689 = 'http://choobo.com/play/videopage.html';
var video_play_url_472067689 = 'http://www.spaceclaim.com/stream/video.aspx?v=2009_plus_prep.flv';
var image_directory_472067689 = 'http://streaming.spaceclaim.com/thumbs/thumbs472067689/';

// < --- DO NOT EDIT
var icount472067689 = 1;var isactive472067689 = 0;function strt472067689(){if (isactive472067689==0){isactive472067689 = 1; if (icount472067689>=16) { icount472067689=1; } tick472067689(); }}function end472067689(){isactive472067689 = 0;icount472067689=1;document.getElementById('thumb472067689').src=image_directory_472067689 + 'thumbs472067689images1.jpg';}function tick472067689(){if (isactive472067689==1) { icount472067689++; if (icount472067689>=16) { icount472067689=1; } document.getElementById('thumb472067689').src=image_directory_472067689 + 'thumbs472067689images'+icount472067689+'.jpg'; setTimeout("tick472067689()",450); }}onload = function(){ document.getElementById('thumb472067689').setAttribute('src',image_directory_472067689 + 'thumbs472067689images1.jpg'); if (document.images) { preload_image_object472067689 = new Image(); for(i=1; i<=16; i++) preload_image_object472067689.src = image_directory_472067689 + 'thumbs472067689images'+ i +'.jpg'; }}
//  --- > DO NOT EDIT