// Blingo comments
// Moving the script code from the main page to this separate script
//

// SET THIS TO false TO TELL THE BOX TO ALWAYS POSTITION ITSELF AT A 
// PARTICULAR PLACE.
// NORMALLY IT WILL CENTER ITESELF ON THE SCREEN NO MATTER WHERE THEY 
// HAVE SCROLLED TO

var boolOnLoad = false;
var boolFollowPage = true;
var boolAllowOrder = true;

// IF boolFollowPage IS false CHANGE THIS NUMBER TO POSITION THE IMAGE. 
// THIS REPRESENTS PIXLES FROM THE TOP OF THE PAGE.

var iPixPosition = 0; 
var iOpacity=0.8

// DO NOT EDIT fileLoadingImage OR fileBottomNavCloseImage.

var fileLoadingImage = "http://static.blingo.com/images/reglanding/loading.gif";

var fileBottomNavCloseImage = "http://static.blingo.com/images/reglanding/closelabel.gif";

var fileBottomNavOrderImage = "";   //feature added 2006.07.05


