// a- tags with class "flowplayer" are transformed into video players
    flowplayer("a.flowplayer", "http://www.harshhandjobs.com/flowplayer/swf/flowplayer.commercial-3.1.5.swf",
{
	// key for domain
	key: '@9c19c4b9faac592ea31',
	
    clip: { 
         
        // load the clip but don't autoplay it
        autoPlay: true,  
        autoBuffering: true,
		onFinish: function(){ this.getPlugin("play").hide(); }        		
    },


        // set initial volume to 95%
        onLoad: function() { 
                this.setVolume(95); 
    }, 

	
	
	
	// play button 
    play: { 
        url: 'http://www.harshhandjobs.com/flowplayer/img/playtrailer.png',
		width: 154, 
        height: 127        
    },
	
	// single entry that points to the Flowplayer home page 
	contextMenu: 
	[      
	// 1. "About Flowplayer...";  selecting this item goes to our homepage     
	{'Join Harsh Handjobs' : function() {         location.href = "http://www.harshhandjobs.com/ccbill/index.htm";     }},      
	// 2. menu separator.
	'-',      
	// 3. version information.
	'Harsh Menu version 1.0.2'	
	],

	
	 // controlbar settings 
    plugins:  { 
        controls: { 
             
            // these buttons are visible 
            all:true,            
             
            // custom colors 
            bufferColor: '#333333', 
            progressColor: '#610e08',             
            buttonColor: '#610e08', 
            buttonOverColor: '#a60800', 
			timeColor: '#d3d1ca',
             
            // tooltip background color (since 3.1.0) 
            tooltipColor: '#a60800', 
             
            // custom height 
            height: 20, 
             
            // setup auto hide 
            autoHide: 'always',             
             
            // a little more styling
			opacity: 1.0,
            width: '98%',  
            bottom: 7, 
            left: '50%', 
            borderRadius: 15	
 
             
        },



	openAdStreamer: {
            url: 'http://www.harshhandjobs.com/flowplayer/swf/OpenAdStreamer.swf', 
				
			"overlays": {
                    "regions": [
                            {
                      "id": "top-message",
                      "verticalAlign": "top",
                      "horizontalAlign": "center",
                      "backgroundColor": "#000000",
                      "opacity": 0.8,
                      "borderRadius": 2,
                      "padding": "0 0 0 160",
                      "width": 640,
                      "height": 20
                  }
				  
               ]
            },	
			
			"ads": {
                "server": {
                    "type": "OpenX",
                    "vastURL": "http://www.justanadserver.com/openx/www/delivery/fc.php"
			        },
			
				
             "schedule":  [
				   {
                       "zone": "59",
					   "position": "top-message",
                       "startTime": "00:00:06",
                       "duration": "25"
						
                    }
                ]
            },
			
			"debug": { 
               "levels": "fatal,vast_template", 
               "debugger": "firebug" 
            }
		}		
    } 		
			    	
});