function twitterShare(args)
{
  	
	/*
	var values = args.split("|");
    	var storeID = values[0];
    	var catalogID = values[1];
    	var styleNumber = values[2];
    	var colorCode = values[3];
    	var productName = values[4]; 
  	 */	
    
	//var selectedProduct = styleNumber + '_' + colorCode;
    
    	//var message = productName + ' from @Reedkrakoff';
	var message = 'Product from @Reedkrakoff';
        
   	var paramString = window.location.protocol +'//'+window.location.host+'/online/handbags/Home-16001-16500-en'+args;
    
   	window.open(window.location.protocol +'//'+window.location.host+'/online/handbags/TwitterShareView?storeId=16001&longUrl='+encodeURIComponent(paramString)+'&message='+encodeURIComponent(message));
    
}
